https://github.com/muradisazade777/codemaze_chronicles
**CodeMaze Chronicles** is a modular, animated puzzle game built with Python and Tkinter.
https://github.com/muradisazade777/codemaze_chronicles
game library modules python terminal terminal-game tkinter
Last synced: 9 months ago
JSON representation
**CodeMaze Chronicles** is a modular, animated puzzle game built with Python and Tkinter.
- Host: GitHub
- URL: https://github.com/muradisazade777/codemaze_chronicles
- Owner: MuradIsazade777
- License: other
- Created: 2025-10-08T13:28:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-08T13:37:28.000Z (9 months ago)
- Last Synced: 2025-10-08T15:28:54.229Z (9 months ago)
- Topics: game, library, modules, python, terminal, terminal-game, tkinter
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧩 CodeMaze Chronicles
**CodeMaze Chronicles** is a modular, animated puzzle game built with Python and Tkinter. Navigate a procedurally generated maze, avoid roaming enemies, and uncover the lore hidden within each level. Designed with clean code, minimalistic visuals, and full keyboard control — no images, just pure animated geometry.
---
## 🎮 Gameplay
- 🟦 **Player**: Move using arrow keys (`↑ ↓ ← →`)
- 🔴 **Enemy**: Autonomous movement with basic AI
- 🟩 **Exit**: Reach the green tile to escape the maze
- 🧱 **Walls**: Impassable tiles that block movement
- 🧠 **Lore**: Each level represents a fragment of a forgotten digital world
---
## 🛠️ Tech Stack
- **Python 3.10+**
- **Tkinter GUI**
- Modular file structure:
- `core/` — game loop, maze, player, enemy
- `ui/` — menus and HUD
- `utils/` — animation and helpers
---
## 🚀 How to Run
```bash
# Make sure Python is installed
python --version
# Run the game
python main.py
```
| 💡 No external dependencies required. Just Python and Tkinter.
📜 License
This project is licensed under the MIT License. See LICENSE for details.
🧠 Credits
Created by Murad — visionary full-stack developer and game architect. Branded, modular, and
lore-driven — built for developers who love clean design and creative gameplay.