Skip to content

quasar098/castle-cows

Repository files navigation

Castle Cows

License: GPL v3 trello board modding docs

How to play:

Rulebook still unavailible. Will be put in game when the game is ready.

Purpose:

Its a fun game
You can beat other people at dairy farming
You can make an overpowered cow farm
You can sign a contract with the devil

Play from source:

This is for playing Castle Cows without using PyInstaller to turn it into a binary.

You will need python 3.9+ (other versions cause errors)

Install the requirements in requirements.txt using

pip3 install -r requirements.txt

I would recommend doing the same for optional-requirements.txt if you're on windows (it allows for smooth gameplay)

Run the game with

python3 main.py

Build Instructions:

NOTE: IF A pip3 COMMAND DOES NOT WORK, TRY REPLACING IT WITH py -m pip OR python3 -m pip INSTEAD

Install the requirements in requirements.txt using

pip3 install -r requirements.txt

Install pyinstaller with pip using

pip3 install PyInstaller

Use pyinstaller to build the main.py file
For example, py -m PyInstaller main.py --clean --F --noconsole

  • --noconsole is used to prevent console from appearing when launching
  • --clean is used to prevent windows defender from falsely detecting it as a virus
  • -F (shorthand for --onefile) makes it one file and removes ".dll" file clutter.

Then, drag images and sound folders into the "dist" folder.
The "build" folder is not essential and can be deleted.

I usually have a batch script do all this for me and will not include it here

Art disclaimer

In some of the art, I got lazy and started using scaled up emojis.
These emojis are Microsoft emojis so if Microsoft is seeing this than pls dont sue me for using your emojis in my art.
Also I made all the art using Paint 3D (also microsoft's)

About

Cows online castle edition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages