A Go version of the https://lcthw.dev/learn-code-the-hard-way/curseyou-python-rogue that makes a tiny Rogue in Go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Zed A. Shaw ba15feaaa8 Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
..
Makefile Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
combat.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
data.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
debug.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
game.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
go.mod Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
go.sum Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
main.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
map.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
maze.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
movement.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
pathing.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
ui.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago