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.
- Host: GitHub
- URL: https://github.com/gotoss08/rogue2
- Owner: gotoss08
- License: mit
- Created: 2024-08-10T15:00:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T12:34:39.000Z (4 months ago)
- Last Synced: 2025-01-08T13:48:46.103Z (4 months ago)
- Topics: c, game, raylib, roguelike
- Language: C
- Homepage:
- Size: 33.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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