The code was written with Python 3.10.2
, it can be used with Python 3.10+
without bugs
The Farm
files use the :=
(walrus) operator, so they will raise a SyntaxError
if executed with a version older than 3.8
The Farm
files use match
statements with case _:
syntax, so they will raise a SyntaxError
if executed with a version older than 3.10
You can find the release notes of each version clicking on the version you want:
You will find the patch and minor versions' release notes in the respective major version page
Estract the .zip
Open your command prompt
Select the directory of the game using the command cd
Run command main.py
, or python main.py
Select the options with the given numbers, when given a >
with empty screen simply press ENTER
Made with and GitHub Pages