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 a2075eea59 Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 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 Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
maze.go Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 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 Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 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