Farming game where you can plant strawberries, onions, beans, carrots, potatos, tomatos and radishes. Use axe and pickaxe to remove plank and stone and shovel to remove anthill.
Writen in python using pygame game library and supports Python 3.x.
Creator: orneo1212 orneo1212@gmail.com GitHub (source): github.com/orneo1212/PythonFarmGame
recent development: GitHub (source): github.com/MarkusHackspacher/PythonFarmGame
Then you copied the source code of the program on your computer, either download the zip file of the project or download with the version control system::
# git clone https://github.com/MarkusHackspacher/PythonFarmGame.git
install pygame, change the directory and run::
pip install pygame
cd PythonFarmGame
./pyFarmGame.py

GPL v3 ( gplv3.fsf.org or LICENSE included with game)
pip install pex
./build.sh
Run game by executing python -m farmlib.main in console
or ./PythonFarmGame.pex if you have a pex file