A full-stack Django web application where users can play three classic games:
- Tic Tac Toe
- Hangman
- Guess the Number
This project was built to explore backend development with Django and apply software engineering principles such as:
- Object-Oriented Programming (OOP)
- MVC architecture (Django)
- Modular code structure
- Git-based versioning
- Deployment planning on AWS
- Backend: Django (Python)
- Frontend: HTML, CSS (via Django templates)
- Database: SQLite (default)
- Version Control: Git
- 🎯 Three fully working classic games
- 🧩 Modular and maintainable codebase
- ✅ Clean URL routing and game logic separation
- 🔐 Ready to scale and deploy (tested locally, deployment plan for AWS)
- 🛠️ Easily extendable to add new games