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

https://github.com/subspace-engine/subspace

Game engine for games developed using text and audio
https://github.com/subspace-engine/subspace

audio game game-engine text-based

Last synced: 5 months ago
JSON representation

Game engine for games developed using text and audio

Awesome Lists containing this project

README

          

# Subspace Game Engine

| **SUBSPACE** |
|:-------------:|
| ![Subspace Logo](/resources/subspace-circle.png "Subspace Logo") |
| [![Build Status](https://travis-ci.org/subspace-engine/subspace.svg?branch=master)](https://travis-ci.org/subspace-engine/subspace "Build Status (click for more info)") |

---

### Markdown Notes

This file, and others in this project, contain Markdown directives. To view these files as HTML, process them with markdown. For instance, to view an HTML version in the console, do: `$ markdown README.md | elinks`

## Overview

This project aims to create a game engine for the development of accessible games, in particular games using text and (optional) audio as output mediums. The focus is on games simulating physical space, though not necessarily corresponding to the real world.

Currently this project is in the beginning stage, so don't expect much, but watch this space for updates.

## Building

This project is written in Go, and for now should compile with a simple:

`$ go build`

To checkout this project into your $GOPATH, do:

`$ go get -u github.com/subspace-engine/subspace`

or

`> go get github.com/subspace-engine/subspace`