pocket-friends/README.md
2021-05-29 23:22:01 -04:00

1.1 KiB

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

Requirements:

  • Python 3.6 or greater
  • Pip
  • Git

All you need to do to install Pocket Friends is install it with pip and you're good 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!