A virtual friend for you to take care of and have fun with!
Go to file
Nick Dyer c3056ab58d added compiling script, added pyinstaller to requirements.txt 2021-05-30 00:15:59 -04:00
pocket_friends title of window now displays version 2021-05-29 22:40:41 -04:00
.gitignore added compiling script, added pyinstaller to requirements.txt 2021-05-30 00:15:59 -04:00
LICENSE updated LICENSE to GNU General Public License v3.0 2021-05-29 15:47:26 -04:00
MANIFEST.in added setup.py and MANIFEST.in 2021-05-29 22:18:11 -04:00
README.md updated README.md 2021-05-29 22:44:07 -04:00
compile.py added compiling script, added pyinstaller to requirements.txt 2021-05-30 00:15:59 -04:00
requirements.txt added compiling script, added pyinstaller to requirements.txt 2021-05-30 00:15:59 -04:00
setup.py added setup.py and MANIFEST.in 2021-05-29 22:18:11 -04:00

README.md

Pocket Friends

License: GNU GPL v3.0

Pocket Friends is a game where you raise your own little pocket friend! These pocket friends, called bloops, are great little companions to have! You can feed them, play with them, and watch them grow up!

You can download the latest release of Pocket Friends on the releases page. There are currently no releases of the game. To install the current version on GitHub, follow the instructions below.


Installing From Source

Since this game is made in Python, it is fairly easy to set up and install as long as you have Python installed. Ensure you also have pip installed, as it is required to install Pocket Friends as well.

You must have Python 3.6 or greater to install Pocket Friends.

Once you have Python installed, getting Pocket Friends installed is easy; just install it using pip and you're ready to go!

pip install git+https://github.com/nickedyer/pocket-friends.git

Now that the game is installed, just run it like you would any other Python program.

python -m pocket_friends

...and that's it! You now have the latest dev build of Pocket Friends installed on your system!