Skip to content

paulbarber/horse_game

Repository files navigation

horse_game

Horse Race Betting Game in Python 3 in the style of our original on the BBC Model B written by my dear brother John in 1984. It was a family favourite for many years. Hopefully it will live on in this Python version.

To run on windows: Install python 3.2.5 and pygame 1.9.2 from https://www.python.org/ftp/python/3.2.5/python-3.2.5.msi http://pygame.org/ftp/pygame-1.9.2a0.win32-py3.2.msi Install in that order. Then at the command line: C:\Users...\horse_game\horse_game>C:\Python32\python.exe horsegame.py

To run on the Linux on the raspberry pi: The current raspian OS has python 3.5 and pygame already installed. At the command line type: $ python3 horsegame.py

Or probably, you can install miniconda (https://docs.anaconda.com/free/miniconda/index.html) and at the conda prompt type:

pip install pygame

python horsegame.py

About

Horse Race Betting Game in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages