Skip to content

daryabagmet/fibonacci-sequence-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci sequence game

Installation steps

  1. Clone the repository:

git clone https://github.com/daryabagmet/fibonacci-sequence-game

cd fibonacci-sequence-game

  1. Install dependencies:

npm install or yarn install

  1. Runs the app in the development mode.

npm start or yarn start

  1. Open http://localhost:3000 to view it in the browser.

Decription

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.

About

Fibonacci sequence game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published