Skip to content

A classic adventure game and engine written in Go

Notifications You must be signed in to change notification settings

cliffom/beeyond

Repository files navigation

beeyond

A classic adventure game for your terminal

Getting Started

# get dependencies
$ make dep

# start the game
$ make run

Example Output

asciicast

Dependencies

This project leverages github.com/rivo/tview and github.com/gdamore/tcell (as well as their dependencies)