10000 GitHub - mandosanti06/Jang.io: CIIC3015 Project for class with special customizations.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mandosanti06/Jang.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jang.io - Hangman Web Game

Jang.io is a simple web-based Hangman game built with Flask. This project demonstrates core Python skills like handling user input, managing game state, and basic web development with templates. Users can guess letters to reveal a hidden word from various programming-related topics.

Features:

  • A random word selection from a list of tech-related terms.
  • Track correct and incorrect guesses.
  • Simple win/lose logic based on attempts.
  • Interactive interface built using HTML and Flask templates.
  • Game state persistence between user interactions.

Tech Stack:

  • Python (Flask)
  • HTML/CSS for templating

How to Run:

  1. Clone the repository:

    git clone https://github.com/mandosanti06/Jang.io
    cd Jang.io
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python app.py
  4. Open your browser and navigate to Jang.io.


This description provides an overview of the project, the technologies used, and instructions for running the app. Feel free to customize it further!

CIIC3015 Project for class with special customizations.

About

CIIC3015 Project for class with special customizations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0