A platformer survival game
Python, Pygame
-
Clone the repository to your machine
$ git clone https://github.com/AntMa4002/DreamScape.git -
Change into the directory
$ cd DreamScape -
It is recommended you set up a virtual environment (but completely optional)
$ virtualenv env $ source env/bin/activate -
Install dependencies
$ pip3 install pygame -
Start the program
$ python3 main.py


