cliffom / beeyond

A classic adventure game and engine written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A classic adventure game and engine written in Go


Languages

Language:Go 98.7%Language:Makefile 1.3%