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 17e7fef95c Forgot the diffs made with my jank diff thing. 1 day ago
..
Makefile Now have the rogue carved up into a progression. 3 days ago
data.go More diff pretty work. 2 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
game.go.diff Forgot the diffs made with my jank diff thing. 1 day 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 Go has problems with mv and paths so had to fix that, and also remove some things from previous steps. 3 days ago
main.go.diff Forgot the diffs made with my jank diff thing. 1 day ago
map.go No need to have CloneMap yet. 2 days ago
map.go.diff Forgot the diffs made with my jank diff thing. 1 day 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 More diff pretty work. 2 days ago
ui.go More diff prettying. 2 days ago
ui.go.diff Forgot the diffs made with my jank diff thing. 1 day ago