Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 987 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 987 Bytes

Mathler Game

React Native implementation of the Mathler game: https://www.mathler.com/

Screenshot_1706640238 Screenshot_1706640234

Running the game

  • Run yarn install
  • Follow the steps to install expo go here: https://docs.expo.dev/
  • Run npm run android or npm run ios

You can run the game in your browser by running:

  • npx expo start --web

Features:

  • Local storage for saving game state
  • Light / Dark mode
  • Semi-random function generator
    • In the interest of time I wrote a semi-random generator. I control edge cases by manually generating valid combinations
  • New game option
  • Utils unit testing
  • Mocked storage for testing

TODO

  1. Daily puzzle only
  2. Test the game hook
  3. Add some basic UI tests
  4. Make the game available for testing with Expo Go