A Rogue style game in C++ which renders the ANSI terminal into an SFML graphics window.
Find a file
2024-09-30 00:04:58 -04:00
scripts Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
tests A dirty first cut at a single random horiz/vert split for the BSP algorithm. 2024-09-27 18:42:32 -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 Our hero can walk around the world and won't go through walls. 2024-09-30 00:04:58 -04:00
Makefile Cleaned up the map for more work. 2024-09-26 23:14:42 -04:00
map.cpp Our hero can walk around the world and won't go through walls. 2024-09-30 00:04:58 -04:00
map.hpp Our hero can walk around the world and won't go through walls. 2024-09-30 00:04:58 -04:00
meson.build Initial Dijkstra algorithm for the map, but doesn't quite work right. The walls in the wall_map are not accounted for in the algorithm. 2024-09-26 01:22:25 -04:00
README.md Initial commit 2024-09-25 00:10:33 +02:00
status.txt I can make a map with one room 'randomly' generated and calculate paths. 2024-09-27 00:10:41 -04:00

roguish

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