Skip to content

IsaiasZc/cse210-student-jumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Jumper

Tension so thick you can cut it with a knife! Jumper seems like a pretty laid back game until it's not! The rules are simple. The jumper guesses letters, one at a time. If the letter's not in the puzzle, the parachute loses a line. Guessing continues until the puzzle is solved or, well, you know.

Getting Started


Make sure you have Python 3.8.0 or newer installed and running on your machine. Open a terminal and browse to the project's root folder. Start the program by running the following command.

python3 jumper 

You can also run the program from an IDE like Visual Studio Code. Start your IDE and open the project folder. Select the main module inside the hunter folder and click the "run" icon.

Project Structure


The project files and folders are organized as follows:

root                    (project root folder)
+-- hunter              (source code for game)
  +-- game              (specific game classes)
  +-- __init__.py       (python package file)
  +-- __main__.py       (entry point for program)
+-- README.md           (general info)

Required Technologies


  • Python 3.8.0

Authors

Luis Fernando Portugal Quispe
[email protected]

Daniel Ašler
[email protected]
Slovenia

Isaias Zuñiga
[email protected]

About

Starting template for the jumper program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%