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.
- 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.
- Python (Flask)
- HTML/CSS for templating
-
Clone the repository:
git clone https://github.com/mandosanti06/Jang.io cd Jang.io
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
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.