Skip to content

ikedm/mathler

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published