Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zreechxnn/maze-game
i make a maze game using c++
https://github.com/zreechxnn/maze-game
algo algorithm cpp game maze-algorithms maze-game timer
Last synced: 1 day ago
JSON representation
i make a maze game using c++
- Host: GitHub
- URL: https://github.com/zreechxnn/maze-game
- Owner: Zreechxnn
- License: gpl-3.0
- Created: 2024-09-21T05:44:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T13:26:59.000Z (5 days ago)
- Last Synced: 2025-01-05T14:29:47.605Z (5 days ago)
- Topics: algo, algorithm, cpp, game, maze-algorithms, maze-game, timer
- Language: C++
- Homepage:
- Size: 521 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maze-game
![Maze Game Logo](https://h.top4top.io/p_318671n6g1.png)
## đ Introduction
Welcome to **Maze Game**, an exciting adventure where players navigate through a maze to reach the exit! This game tests your problem-solving skills and provides an engaging experience.## â ī¸ Disclaimer
The code in this repository is intended **only for developers** with a basic understanding of programming. Please use it responsibly and for development purposes only.
- **Not recommended for direct use in production environments without thorough testing.**
- No guarantees are provided regarding the absence of bugs or errors.
- The author is not liable for any damages or issues caused### ⨠Features
- **Challenging Levels**: Multiple maze layouts with increasing difficulty.
- **Timer**: Keep track of your time to improve your skills.
- **Score System**: Earn points based on the time taken to solve the maze.## đē Demo Video
[![Watch the video](https://img.youtube.com/vi/https://youtu.be/GKmmAStua-A?si=9-S11YBn6k-NVCba/maxresdefault.jpg)](https://youtu.be/GKmmAStua-A?si=9-S11YBn6k-NVCba)
*Click the image above to watch the demo on YouTube!*
## đ ī¸ Installation
1. Clone the repository:
```bash
git clone https://github.com/Zreechxnn/maze-game.git
```2. Navigate to the project directory:
```bash
cd maze-game
```3. Compile the project (if using C++):
```bash
g++ main.cpp -lSDL2 -lSDL2_ttf -lSDL2_image -o maze_game
```4. Run the game:
```bash
./maze_game
```---
đĄ How to Play
Use the arrow keys to navigate through the maze.
Reach the exit point as quickly as possible.
Avoid dead ends and track your score!
đ Related Projects
Other Game Project
Puzzle Game
đ¤ Contributing
We welcome contributions! Please fork this repository and submit a pull request for any enhancements or bug fixes.Thank you for visiting our project! Don't forget to give it a â if you like it!
Šī¸ 2024 Rechan Dinata