Skip to content

nikitawong19/cse210-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Jumper

Jumper is a game in which the player seeks to solve a puzzle by guessing the letters of a secret word one at a time. If the letter's not in the puzzle, the parachute loses a line. Guessing continues until the puzzle is solved.


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.

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 game folder and click the "run" icon.

Project Structure

The project files and folders are organized as follows:

cse210-03               (project root folder)
+-- game                (source code for game)
  +-- director          (specific classes)
  +-- letter_checker    (specific classes)
  +-- terminal_service  (specific classes)
  +-- word_bank         (specific classes)
  +-- __main__.py       (program entry point)
+-- README.md           (general info)

Required Technologies

  • Python 3.8.0

Authors

Contribution

Kaden Brown

  • class Letters
  • class Words

Stephanie Clark

  • class TerminalService

Nikita Wong

  • class Director

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages