git.mcksp
rl - roguelike poc
git clone https://git.mcksp.com/rl.git
.gitignore
Makefile
README
m5x7.ttf
main.c
monster.png
player.png
tile.png
tile2.png
wall.png

rl
--

Simple roguelike proof of concept.

A lot of things still to be implemented, but rotate/angle camera works,
and I believe it gives a lot of charm to this type of games.
Probably will rewrite in 3d and focus on dynamic lighting.