Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 384 Bytes

PySkier

PySkier is a simple Skiing game written in Python using PyGame.

To run the game you need pygame installed on your system.

Run pip install pygame to install the dependence.

To play the game;

  • Clone this repo: git clone https://github.com/SentinelWarren/PySkier.git

  • Then cd PySkier and execute ./play_pyskier.py to actually run the game.