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/03_pathing_enemies
Zed A. Shaw eb264f84e1 Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
..
Makefile Now have the rogue carved up into a progression. 11 months ago
data.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
debug.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
game.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
go.mod Now have the rogue carved up into a progression. 11 months ago
go.sum Now have the rogue carved up into a progression. 11 months ago
main.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
map.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
maze.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
movement.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
pathing.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago
ui.go Now the pathing is incorporated into the project before doing combat and final touches. 11 months ago