Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
/ ninja-jumper Public archive

Ninja Jumper game as part of Y11 A-Level Enrichment course, using pygame.

Notifications You must be signed in to change notification settings

raghav2005/ninja-jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=======================

NINJA JUMPER

REQUIREMENTS

PYTHON LIBS ON TERMINAL

Dependencies are in requirements.txt

  1. To install the dependencies, first go to ninja jumper directory, once in,
  • ON MAC run:
$ pip3 install -r requirements.txt
  • ON WINDOWS run:
$ pip install -r requirements.txt
  1. Afterwards, you can run the python file main.py with,
  • ON MAC:
$ python3 main.py
  • ON WINDOWS:
$ python main.py

CONTRIBUTORS

Annika, Nakul, Pranav, Raghav

About

Ninja Jumper game as part of Y11 A-Level Enrichment course, using pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages