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