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.
 
 
 
curse-you-go-rogue/02_mazes_and_enemies
Zed A. Shaw 236e0e1f34 No need for game.Restart yet. 3 days ago
..
Makefile Now have the rogue carved up into a progression. 3 days ago
data.go Next phase worked out, but had to move some stuff around in the final result as well. 3 days ago
debug.go Next phase worked out, but had to move some stuff around in the final result as well. 3 days ago
game.go No need for game.Restart yet. 3 days ago
go.mod Now have the rogue carved up into a progression. 3 days ago
go.sum Now have the rogue carved up into a progression. 3 days ago
main.go Next phase worked out, but had to move some stuff around in the final result as well. 3 days ago
map.go Next phase worked out, but had to move some stuff around in the final result as well. 3 days ago
maze.go Next phase worked out, but had to move some stuff around in the final result as well. 3 days ago
movement.go Next phase worked out, but had to move some stuff around in the final result as well. 3 days ago
ui.go Next phase worked out, but had to move some stuff around in the final result as well. 3 days ago