项目作者: subspace-engine

项目描述 :
Game engine for games developed using text and audio
高级语言: Go
项目地址: git://github.com/subspace-engine/subspace.git
创建时间: 2017-04-03T23:39:55Z
项目社区:https://github.com/subspace-engine/subspace

开源协议:GNU General Public License v3.0

下载


Subspace Game Engine

SUBSPACE
Subspace Logo
Build Status

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