A simple CLI to solve the Spacecraft Problem, made with TypeScript
Let's build a rocket together!
To get started locally, follow these instructions:
- Clone to your local computer using
git
. - Make sure you have Node installed; see instructions here.
- Make sure that you have
yarn
installed; see instructions here. - Run
yarn install
to install dependencies.
# starts 🚀 on coordinates (0,0) - Earth
yarn start
# Use W, A, S, or D to starting control 🚀 .
yarn build
yarn test