Project information
- Category: Web Development
- Project date: 2023
- Project URL: smatimed.pythonanywhere.com
Description
- The famous hangman game where you have to find the hidden word.
- Dynamic: the list of words is not fixed but it is in a database.
- Multi-levels: easy, medium, hard.
- Multi-languages.
- Link to play the game: smatimed.pythonanywhere.com
- Plus a program to update hangman game DATABASE (create and update words). Go to application code samples
Technologies used
- Python
- Django , rest_framework to create RESTful-APIs (Web APIs)
- Flask , Jinja2
- HTML , CSS , Bootstrap
- JavaScript , Fetch API
- SQLite3 Database
- Deployed in the site https://www.pythonanywhere.com
Application screenshots
Application code samples
HANGMAN DATABASE UPDATING
Description
A program to update hangman game DATABASE (create and update words).
Technologies used
- Python
- Flask , Jinja2
- HTML , CSS , Bootstrap
- JavaScript
- SQLite3 Database