Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andrewn6/hexa
- Owner: andrewn6
- Created: 2022-11-22T00:23:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T13:31:31.000Z (about 2 years ago)
- Last Synced: 2024-12-31T07:44:25.951Z (8 days ago)
- Topics: computer-science, go
- Language: Go
- Homepage:
- Size: 4.85 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
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 ;).