https://github.com/jamesread/thedarkcastle
A single player, procedurally generated text adventure game in Go.
https://github.com/jamesread/thedarkcastle
game
Last synced: over 1 year ago
JSON representation
A single player, procedurally generated text adventure game in Go.
- Host: GitHub
- URL: https://github.com/jamesread/thedarkcastle
- Owner: jamesread
- License: gpl-3.0
- Created: 2022-10-01T09:28:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T23:10:27.000Z (over 1 year ago)
- Last Synced: 2025-02-28T22:05:52.393Z (over 1 year ago)
- Topics: game
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
TheDarkCastle
=============
A single player, procedurally generated text adventure game in Go.
```
You are in small garden surrounded by walls (5, 10)
- Inventory: Show inventory
- Hint
- North: unvisited (4, 10)
- East: unvisited (5, 11)
- South: unvisited (6, 10)
- West: unvisited (5, 9)
>
```