0.0.4 • Published 5 years ago

breakout-ink v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Breakout game written in React and Redux

Using ink to run it in the terminal

Play

npm i -g breakout-ink
breakout

# or
npx breakout-ink

Run it locally

# Clone repo
git clone git@github.com:julianburr/breakout-ink.git
cd breakout-ink

# Install dependencies
yarn

# Run cli script
yarn start