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/gen_diffs.sh

4 lines
189 B

find . -name "*.diff" -exec rm {} \;
./crank_diff.sh 01_the_screen 02_mazes_and_enemies
./crank_diff.sh 02_mazes_and_enemies 03_pathing_enemies
./crank_diff.sh 03_pathing_enemies 04_combat