/breakout-ink

Breakout game written in React and Redux, using ink to run it in the terminal

Primary LanguageJavaScript

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