Hangman

Functionality

    • Python with Flask

    • Implemented intricate game logic using Python within the Flask framework, ensuring efficient word selection, letter checking, and game progression.

    • Utilized Flask's database integration, such as SQLAlchemy, to facilitate seamless interactions with a backend storage solution for managing and evaluating user scores.

    • Deployed the Flask application on a backend server, making the game accessible for interactions while ensuring scalability and reliability of the backend infrastructure.