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.
 
 
 
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
00_first_hack Move the initial code into a new subdir as the first offering. 11 months ago
01_the_screen Now have the rogue carved up into a progression. 11 months ago
02_mazes_and_enemies Now have the rogue carved up into a progression. 11 months ago
03_pathing_enemies Now have the rogue carved up into a progression. 11 months ago
04_combat Reorganized the final result so that functions are in different sections based on their use. 11 months ago
04_combat_multifile Broke everything up into separate files to see if that's easier to manage. Looks like it'll be better. 11 months ago
.gitignore Now have the rogue carved up into a progression. 11 months ago
LICENSE Initial commit 11 months ago
README.md Initial commit 11 months ago

README.md

curse-you-go-rogue

A Go version of the Curse You Python Rogue that makes a tiny Rogue in Go.