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 306fe54a87 Got the maze algorithm to work. Turns out Go considers a change in type as meaning to make a new variable. 1 week ago
.gitignore Decided on tcell after chat suggestion, now to test on Windows. 1 week ago
LICENSE Initial commit 1 week ago
Makefile Decided on tcell after chat suggestion, now to test on Windows. 1 week ago
README.md Initial commit 1 week ago
go.mod Decided on tcell after chat suggestion, now to test on Windows. 1 week ago
go.sum Decided on tcell after chat suggestion, now to test on Windows. 1 week ago
main.go Got the maze algorithm to work. Turns out Go considers a change in type as meaning to make a new variable. 1 week ago

README.md

curse-you-go-rogue

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