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 0e3097a125 Now there's healing potions distributed and you can pick them up to heal. 1 month ago
00_first_hack Move the initial code into a new subdir as the first offering. 2 months ago
01_the_screen Exercise 28 in go is done. 2 months ago
02_mazes_and_enemies Merge branch 'master' of lcthw.dev:go/curse-you-go-rogue 2 months ago
03_pathing_enemies Merge branch 'master' of lcthw.dev:go/curse-you-go-rogue 2 months ago
04_combat Forgot the diffs made with my jank diff thing. 2 months ago
05_Bigger Now there's healing potions distributed and you can pick them up to heal. 1 month ago
.gitignore Adding a new phase to see if it'll work as a good module 3 or 4 topic. 1 month ago
LICENSE Initial commit 2 months ago
README.md Initial commit 2 months ago
crank_diff.sh Forgot the diffs made with my jank diff thing. 2 months ago
gen_diffs.sh Forgot the diffs made with my jank diff thing. 2 months ago

README.md

curse-you-go-rogue

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