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 dc2569f8e2 Enemies now chase the player, but no combat yet. 10 months ago
.gitignore Decided on tcell after chat suggestion, now to test on Windows. 10 months ago
LICENSE Initial commit 10 months ago
Makefile Now have rooms working and cleaned up the code more. 10 months ago
README.md Initial commit 10 months ago
go.mod Decided on tcell after chat suggestion, now to test on Windows. 10 months ago
go.sum Decided on tcell after chat suggestion, now to test on Windows. 10 months ago
main.go Enemies now chase the player, but no combat yet. 10 months ago

README.md

curse-you-go-rogue

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