An open API service indexing awesome lists of open source software.

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.

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.