A Rogue style game in C++ which renders the ANSI terminal into an SFML graphics window.
Find a file
2024-09-24 18:33:13 -04:00
scripts Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
tests Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
.gitignore Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
dbc.cpp Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
dbc.hpp Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
fsm.hpp Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
LICENSE Initial commit 2024-09-25 00:10:33 +02:00
main.cpp A better starter for the project. 2024-09-24 18:33:13 -04:00
Makefile Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
meson.build Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
README.md Initial commit 2024-09-25 00:10:33 +02:00

roguish

The next little game in the series where I make a fancy rogue game.