Skip to content

AntMa4002/DreamScape

Repository files navigation

DreamScape

Abstract

A platformer survival game

Start Screen

GamePlay

GameOver

Technologies Used

Python, Pygame


Configuration

  1. Clone the repository to your machine

    $ git clone https://github.com/AntMa4002/DreamScape.git
    
  2. Change into the directory

    $ cd DreamScape
    
  3. It is recommended you set up a virtual environment (but completely optional)

    $ virtualenv env
    $ source env/bin/activate
    
  4. Install dependencies

    $ pip3 install pygame
    
  5. Start the program

    $ python3 main.py
    

About

A platformer survival game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published