Skip to content

Expanded version of classic turtle race, with casino game-like features.

License

Notifications You must be signed in to change notification settings

datsudo/turtle-race-deluxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Expanded version of classic turtle race, with casino game-like features.

Resources

License

Stars

Watchers

Forks

Languages