Home

Awesome

Space Crane game

GitHub go.mod Go version GitHub Workflow Status codecov Go Report Card

Controls

Screenshots

img_1.png

Features

Levels

Ships

Ship consists of parts and described in simple yaml

Parts

Example

  - -
    - cab dir=U
    -
  - - tnk
    - crn dir=D
    - tnk
  - - eng dir=D;pow=150;keys=30,31
    -
    - eng dir=D;pow=150;keys=29,31

Tasks

There are 2 task types:

Example

tasks:
  - "d:1->p1"
  - "d:1->p2"
  - "v:p1"

Libs