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

https://github.com/gotoss08/rogue2

Another roguelike game in C from scratch. Built with raylib.
https://github.com/gotoss08/rogue2

c game raylib roguelike

Last synced: about 2 months ago
JSON representation

Another roguelike game in C from scratch. Built with raylib.

Awesome Lists containing this project

README

        

# rogue2 (temporary name)

Another roguelike game from scratch in C.
Uses [raylib](https://github.com/raysan5/raylib) for rendering.

# Implemented features

- Rendering using raylib
- Dungeon generation using worm-like algorithm
- LOS calculation using bresenham's algorithm