PythonFarmGame

Python farm game

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

Install

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

Keys

Tools

Screenshot

Licence

GPL v3 ( gplv3.fsf.org or LICENSE included with game)

Build

pip install pex
./build.sh

Running

Run game by executing python -m farmlib.main in console or ./PythonFarmGame.pex if you have a pex file