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

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.

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