breakout-ink
v0.0.4
Published
Using [`ink`](https://github.com/vadimdemedes/ink) to run it in the terminal
Downloads
13
Readme
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-inkRun it locally
# Clone repo
git clone [email protected]:julianburr/breakout-ink.git
cd breakout-ink
# Install dependencies
yarn
# Run cli script
yarn start