Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewn6/hexa

text adventure game for school written in Go.
https://github.com/andrewn6/hexa

computer-science go

Last synced: 6 days ago
JSON representation

text adventure game for school written in Go.

Awesome Lists containing this project

README

        

# Hexa

[![build](https://github.com/anddddrew/hexa/actions/workflows/build.yml/badge.svg)](https://github.com/anddddrew/hexa/actions/workflows/build.yml)

## What is this

Screenshot

This is a text adventure RPG game written for my computer science course, I decided to write it in Go due to its simplicity.

## How to run it?

Make sure [Go](https://go.dev) is installed

Clone the repo `git clone https://github.com/anddddrew/hexa`

Run the `./build.sh` script.

Enjoy & have fun ;).