https://github.com/azmansikder/puzzle-fusion
A fun puzzle game built as a first-year project.
https://github.com/azmansikder/puzzle-fusion
cpp game puzzle-game student-project
Last synced: 17 days ago
JSON representation
A fun puzzle game built as a first-year project.
- Host: GitHub
- URL: https://github.com/azmansikder/puzzle-fusion
- Owner: azmansikder
- License: mit
- Created: 2025-07-16T17:04:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-16T18:57:52.000Z (12 months ago)
- Last Synced: 2026-01-19T11:33:37.692Z (6 months ago)
- Topics: cpp, game, puzzle-game, student-project
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Puzzle Fusion 🧩
A fun and interactive puzzle game developed as a first-year project at BUBT.
## 🎮 About the Game
Puzzle Fusion is a simple C++ game that challenges players to solve logical puzzles under time pressure. It was designed to sharpen thinking skills while keeping the experience enjoyable and engaging.
## 🛠️ Features
- 🧠 Logic-based puzzle levels
- ⏱️ Time-based scoring
- 🎯 Simple, beginner-friendly interface
- 💾 Built using C++ (console application)
## 📁 Files
- `Puzzle_Fusion_main_code.cpp`: Main game logic written in C++
## 🚀 How to Run
1. Make sure you have a C++ compiler installed (like `g++`)
2. Compile the code:
```bash
g++ Puzzle_Fusion_main_code.cpp -o PuzzleFusion