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/04_combat_multifile
Zed A. Shaw f7fd04e8e0 Next phase worked out, but had to move some stuff around in the final result as well. 11 months ago
..
Makefile Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
combat.go Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
data.go Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
debug.go Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
game.go Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
go.mod Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
go.sum Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
main.go Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
map.go Next phase worked out, but had to move some stuff around in the final result as well. 11 months ago
maze.go Next phase worked out, but had to move some stuff around in the final result as well. 11 months ago
movement.go Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
pathing.go Next phase worked out, but had to move some stuff around in the final result as well. 11 months ago
ui.go Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago