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
- Host: GitHub
- URL: https://github.com/subspace-engine/subspace
- Owner: subspace-engine
- License: gpl-3.0
- Created: 2017-04-03T23:39:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T17:25:54.000Z (over 7 years ago)
- Last Synced: 2024-06-20T14:17:41.843Z (almost 2 years ago)
- Topics: audio, game, game-engine, text-based
- Language: Go
- Size: 9.55 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subspace Game Engine
| **SUBSPACE** |
|:-------------:|
|  |
| [](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`