Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tariqjamel/tnm-crush
TNM Crush is a C++ puzzle game using SFML, challenging players to match gems and score points through strategic tile-swapping.
https://github.com/tariqjamel/tnm-crush
2d-game 2d-graphics cpp oop sfml
Last synced: 10 days ago
JSON representation
TNM Crush is a C++ puzzle game using SFML, challenging players to match gems and score points through strategic tile-swapping.
- Host: GitHub
- URL: https://github.com/tariqjamel/tnm-crush
- Owner: tariqjamel
- Created: 2024-01-30T11:53:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T12:41:18.000Z (11 months ago)
- Last Synced: 2024-11-06T20:07:54.451Z (about 2 months ago)
- Topics: 2d-game, 2d-graphics, cpp, oop, sfml
- Language: C++
- Homepage:
- Size: 441 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TNM Crush Game
TNM Crush is a simple C++ puzzle game created with the SFML library.
Instructions:Objective: Match three or more identical gems by swapping adjacent pieces to score points.
How to Play:
Click on a gem to select it.
Click on an adjacent gem to swap them.
Form matches vertically or horizontally.Features:
Classic tile-matching gameplay.
Animated gem swapping and matching.
Score tracking for competitive play.Getting Started:
Ensure you have SFML installed.!Clone the repository.
Build and run the game.Controls:
Left Mouse Button: Select and swap gems.
Escape Key: Close the game.Dependencies:
SFML LibraryBuild and Run:
Example commands to build and run the game.bash
g++ main.cpp -o TNMCrush -lsfml-graphics -lsfml-window -lsfml-system
./TNMCrushContributing:
Contributions are welcome! Feel free to report bugs or suggest improvements.Have fun playing TNM Crush!
[TNM_bg](https://github.com/tariqjamel/TNM-Crush/assets/142381643/7e9d12f8-b2f7-4b11-9e4a-efaf532af32d)