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 Adding a new phase to see if it'll work as a good module 3 or 4 topic. 6 months ago
combat.go Now there's healing potions distributed and you can pick them up to heal. 6 months ago
data.go Now there's healing potions distributed and you can pick them up to heal. 6 months ago
debug.go Adding a new phase to see if it'll work as a good module 3 or 4 topic. 6 months ago
game.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
go.mod Adding a new phase to see if it'll work as a good module 3 or 4 topic. 6 months ago
go.sum Adding a new phase to see if it'll work as a good module 3 or 4 topic. 6 months ago
main.go Adding a new phase to see if it'll work as a good module 3 or 4 topic. 6 months ago
map.go Now there's healing potions distributed and you can pick them up to heal. 6 months ago
maze.go Can now mostly make a maze map with rooms but the maps aren't fixed yet. 3 weeks ago
movement.go Adding a new phase to see if it'll work as a good module 3 or 4 topic. 6 months ago
pathing.go Adding a new phase to see if it'll work as a good module 3 or 4 topic. 6 months ago
ui.go Now there's healing potions distributed and you can pick them up to heal. 6 months ago