Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 888 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 888 Bytes

Spacecraft

image

A simple CLI to solve the Spacecraft Problem, made with TypeScript

Let's build a rocket together!

image

The Problem

image

Getting started

Installation

To get started locally, follow these instructions:

  1. Clone to your local computer using git.
  2. Make sure you have Node installed; see instructions here.
  3. Make sure that you have yarn installed; see instructions here.
  4. Run yarn install to install dependencies.

Usage

# starts 🚀 on coordinates (0,0) - Earth
yarn start

# Use W, A, S, or D  to starting control 🚀 .

Build the CLI bundle

yarn build

Run tests

yarn test