Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 1.25 KB

README.md

File metadata and controls

52 lines (45 loc) · 1.25 KB

Simon Says app

Description:

Simon Says Game with React Native and Redux.

Installation:

  1. Clone the project to your local machine
    git clone https://github.com/liorkasti/kst-simon-says-game.git
  2. Install the application dependencies, run:
    npm install `or` yarn
  3. Run metro bundler
    npm start `or` yarn start
  4. Build the apk and install on your emulator or plugin device frontend (in another terminal) For Android, run:
    npm android  `or` yarn android
    For iOS, run:
    npm ios  `or` yarn ios

Enjoy! thank you.

TODOs:

  • Add react-navigation
  • Add Game Screen
  • Add ScoreSheet Screen
  • Wrap with a state provider
  • Add Game Screen Buttons
  • Add Game Screen Sounds
  • Add Game Screen animation
  • Support dark mode background
  • Add Game Screen logic
  • Render game sequence animation persistently
  • Modify updateScore and boardPrompt reducers
  • Add ScoreSheet Screen
  • Add GameOver modal
  • Save game's top score on cloud
  • Add dynamic game state modal and alert popup
  • Add theme switch accessibility
  • Enhance navigation- Add drawer and remove bottom bar
  • Add Splash Screen