Skip to content

adithyaravi12/trail_of_terror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train of Terror - Interactive game using design patterns

Using Python, developed an interactive game with a basic GUI that employs two design patterns: Singleton Creational design pattern and Factory Creational design pattern.

Documentation

Tech Stack

Technology Used: Python

Gist of the project

1. Implemented a halloween themed corn-maze like game using creational design patterns - Singleton and Factory.
2. For the GUI, used the python in-built turtle package.
3. Player should exit the maze using the arrow keys without getting hit by the ghosts

Run Locally

Clone the project

  git clone https://github.com/adithyaravi12/trail_of_terror

Go to the project directory

  cd trail_of_terror

Install necessary dependencies (turtle for this project)

  npm install turtle

Start the server

  npm run start

Screenshots

App Screenshot2

Authors

🔗 Links

portfolio linkedin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages