Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.23 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.23 KB

Turtle Race - Deluxe

Installation

With executable file

You can just downlaod the exe file in the latest releases and enjoy the game!

With source code

The whole source code of this program is also available in releases in zip file, or clone the repository:

git clone https://www.github.com/DatSudo/turtle-race-deluxe.git

Pre-requisites

  • Before running the program, the required modules must be installed first:

    pip install -r requirements.txt
  • If the above command is not working, try

    pip3 install -r requirements.txt
    

Note: If you're on Windows, you must install windows-curses module for bcrypt to work.

pip install windows-curses

Starting the program

To start the game, try these following commands:

python -m main # or
python3 -m main # or
py -m main

Documentation

You can access the documentation here.

License

GNU General Public License v3.0