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.