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

https://github.com/dexmoh/dungeons

A 2D grid-based dungeon crawl game written in C++20 and raylib 6.0
https://github.com/dexmoh/dungeons

2d 2d-game cmake cpp cpp20 dungeon-crawler game game-development raylib

Last synced: about 1 month ago
JSON representation

A 2D grid-based dungeon crawl game written in C++20 and raylib 6.0

Awesome Lists containing this project

README

          

# dungeons
![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)
![RayLib](https://img.shields.io/badge/RAYLIB-FFFFFF?style=for-the-badge&logo=raylib&logoColor=black)
![License](https://img.shields.io/badge/license-MIT-orange.svg?style=for-the-badge)

A 2D grid-based dungeon crawl game written in C++20 and raylib 6.0

## License
The code is released under the MIT License. See [LICENSE](/LICENSE).