Skip to content

This is a repository hosuing my coursework from the course BI-PYT at FIT ČVUT

Notifications You must be signed in to change notification settings

moyalmic/Sketch-Hop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketch Hop

Sketch Hop is a 2D platformer style game. Your goal is to jump up the platforms as high as you can before falling off.

How to run Sketch Hop

  1. Make sure you have all the necessary dependencies listed in the requirements file.

  2. Navigate to the directory containing the source code and sprites folder

  3. Type in:

     python main.py
    

    (Optionally you can add an integer argument selecting your character)

     python main.py 1
    

    or

     python main.py 2
    
  4. Enjoy the game!

How to run pytests for Sketch Hop

  1. Navigate to the directory containing the Tests.py folder

  2. Type in:

     pytest -v Tests.py
    
  3. Check that all tests pass (they should)

Controls

In the main menu, use the Up and Down arrow keys to navigate the menu and Enter to select. You can also use your Mouse for this. Once ingame, use your Left and Right arrow keys to move side to side. Jumping can be achieved by either pressing the Up arrow key or the Spacebar

About

This is a repository hosuing my coursework from the course BI-PYT at FIT ČVUT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages