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.
10 lines
253 B
10 lines
253 B
1 day ago
|
--- 03_pathing_enemies/data.go 2025-10-06 02:44:43.658927000 -0400
|
||
|
+++ 04_combat/data.go 2025-10-05 23:24:48.595383100 -0400
|
||
|
@@ -11,5 +11,5 @@
|
||
|
RENDER = true
|
||
|
SHOW_RENDER = false
|
||
|
- SHOW_PATHS = true
|
||
|
+ SHOW_PATHS = false
|
||
|
HEARING_DISTANCE = 6
|
||
|
)
|