forked from SarahLSmith/MoonRun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
23 lines (14 loc) · 769 Bytes
/
Copy pathREADME.txt
File metadata and controls
23 lines (14 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
System Requirements
* A Windows, Mac or Linux system
* Python3 installed
* Pygame version 1.9.6 installed
Installation Instructions
* unzip the file into a folder called MoonRun
* Open the game folder named MoonRun. Within this folder open the file named font.ttf to
install the font onto your system. (This is not required but heavily recommended).
* Within the MoonRun folder open the moonrun.py file in a Pyhton IDE. This is the game file
and holds all the classes, functions, game logic and game loop for the game. We recommend
using Visual Studio Code to run this file in.
* Finally, execute/run the moonrun.py file in your IDE. A game window will open up and provide
further instructions on how to play the game.
* Have fun!