a simple sudoku game written in React Native, with only one level for masters
I've made a record in 03:43 , I'd like to see if someone can break my record 😃
I've also developed an app in React Native for developers called NeoReader, wish you will love it too 😄
- Animations
- Editing Mode
- Game Resume
- Online Ranking
- sudoku generator: https://github.com/dachev/sudoku, just replace
underscore
withlodash
- all the icons are downloaded from http://www.iconfont.cn/
- use LeanCloud to store the online scores
- clone this repo
npm install
react-native link
- config your leancloud accout https://github.com/nihgwu/react-native-leancloud
react-native run-ios
orreact-native run-android
- different level
- I18N support
- store all the scores to cloud server
MIT