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 PySkierand execute./play_pyskier.pyto actually run the game.