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.
5 lines
189 B
5 lines
189 B
1 day ago
|
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
|