Skip to content

Let's build a rocket together! Our rocket, Spacecraft, is a simple CLI Project made with typescript

Notifications You must be signed in to change notification settings

AlenST/spacecraft-cli

 
 

Repository files navigation

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

About

Let's build a rocket together! Our rocket, Spacecraft, is a simple CLI Project made with typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • JavaScript 0.8%