Skip to content

theantichris/sprawlrunner

Repository files navigation

Sprawlrunner

  _________                          .__
 /   _____/_________________ __  _  _|  |_______ __ __  ____   ____   ___________
 \_____  \\____ \_  __ \__  \\ \/ \/ /  |\_  __ \  |  \/    \ /    \_/ __ \_  __ \
 /        \  |_> >  | \// __ \\     /|  |_|  | \/  |  /   |  \   |  \  ___/|  | \/
/_______  /   __/|__|  (____  /\/\_/ |____/__|  |____/|___|  /___|  /\___  >__|
        \/|__|              \/                             \/     \/     \/

Go Reference Build Status Build Status Go ReportCard license

A rogue-like ASCII game in a cyberpunk universe inspired by ADOM and Shadowrun.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/theantichris/sprawlrunner.git
    cd sprawlrunner
  2. Download dependencies:

    go mod download

Running the Game

Run the game directly with:

go run ./cmd/game

Building

To build an executable:

go build -o sprawlrunner ./cmd/game

Then run the built executable:

  • Linux/macOS: ./sprawlrunner
  • Windows: sprawlrunner.exe

Controls

Interface

Action Key
Quit Q

Movement

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

About

A rouge-like ASCII game in a cyberpunk universe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages