_________ .__
/ _____/_________________ __ _ _| |_______ __ __ ____ ____ ___________
\_____ \\____ \_ __ \__ \\ \/ \/ / |\_ __ \ | \/ \ / \_/ __ \_ __ \
/ \ |_> > | \// __ \\ /| |_| | \/ | / | \ | \ ___/| | \/
/_______ / __/|__| (____ /\/\_/ |____/__| |____/|___| /___| /\___ >__|
\/|__| \/ \/ \/ \/
A rogue-like ASCII game in a cyberpunk universe inspired by ADOM and Shadowrun.
- Go 1.23 or later (Download Go)
- Git
-
Clone the repository:
git clone https://github.com/theantichris/sprawlrunner.git cd sprawlrunner -
Download dependencies:
go mod download
Run the game directly with:
go run ./cmd/gameTo build an executable:
go build -o sprawlrunner ./cmd/gameThen run the built executable:
- Linux/macOS:
./sprawlrunner - Windows:
sprawlrunner.exe
| Action | Key |
|---|---|
| Quit | Q |
| Direction | Vi | Numpad | Arrows/Nav |
|---|---|---|---|
| up left | y | 7 | Home |
| up | k | 8 | ↑ |
| up right | u | 9 | PgUp |
| left | h | 4 | ← |
| right | l | 6 | → |
| down left | b | 1 | End |
| down | j | 2 | ↓ |
| down right | n | 3 | PgDn |