From 9b3378e0e88a9ff3de87fbaeb6b2e689a1e2ae3a Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 29 Sep 2025 04:38:04 +0200 Subject: [PATCH] Initial commit --- LICENSE | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d64aa11 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +It's Copyright. All Rights Reserved. You have no license at all other than permission to view it. diff --git a/README.md b/README.md new file mode 100644 index 0000000..abf167a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# curse-you-go-rogue + +A Go version of the [Curse You Python Rogue](https://lcthw.dev/learn-code-the-hard-way/curseyou-python-rogue) that makes a tiny Rogue in Go. \ No newline at end of file