Skip to content

mittaan/codecademy_python_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Codecademy: Python Portfolio Project n.1

Objective

The purpose of this project is to build and document the development of a simple interactive terminal game using Python.

Game Explanation

The game is straightforward, you are presented with a set of white squares to choose from. Only one will make you progress to the next level of the path, while the others will lower your try-count.

Based on the difficulty chosen, the path will vary in size, as well as the try-count — decreasing as the difficulty increases.

Repo Explanation

All of the code is kept in the ./src folder:

  • libs.py file: implements two classes, Board and Path, the core components of the program
  • main.py file: contains the full logic of the program, specified in the start_game(difficulty) function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages