- Clone the repository:
git clone https://github.com/daryabagmet/fibonacci-sequence-game
cd fibonacci-sequence-game
- Install dependencies:
npm install or yarn install
- Runs the app in the development mode.
npm start or yarn start
- Open http://localhost:3000 to view it in the browser.
The ‘game’ consists in adding/removing different polygons in every interaction of the sequence.
Button 'Add': Adds a new line with the next value of the sequence.
Button 'Remove': Removes the last line of the sequence.
Button 'Restart': Clears the content and reset the index to 0.
Max moves is 10.