项目作者: taiypeo

项目描述 :
A small 2D game made in Go, where you control a spaceship in a labyrinth
高级语言: Go
项目地址: git://github.com/taiypeo/space-labyrinth.git
创建时间: 2020-01-21T00:05:47Z
项目社区:https://github.com/taiypeo/space-labyrinth

开源协议:MIT License

下载


space-labyrinth

A small 2D game made in Go, where you control a spaceship in a labyrinth

Building

  1. cd src/
  2. go get
  3. cd ..
  4. make

Running

  1. ./labyrinth

Quick build & run

  1. sh run.sh

Controls

W / Up arrow — Go forward

A / Left arrow — Turn left

D / Right arrow — Turn right

Space — Self-destruct!