- Pixel Runner
- The first GIF shows earlier parts of the game, the second GIF shows the later part of the game.
You will need to have Python installed on your machine. After this you will need to make sure you have Pygame installed. On Windows you can enter the following commands into the terminal:
- To install Pygame: pip install pygame
- To run: python run.py
You will need to have Python installed on your machine. After this you will need to make sure you have Pygame installed. On Linux you can enter the following commands into the terminal:
- To install Pygame: sudo apt-get install python3-pygame
- To run: python3 run.py