Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nihgwu/react-native-sudoku
a sudoku game written in React Native
https://github.com/nihgwu/react-native-sudoku
Last synced: 2 days ago
JSON representation
a sudoku game written in React Native
- Host: GitHub
- URL: https://github.com/nihgwu/react-native-sudoku
- Owner: nihgwu
- License: mit
- Created: 2016-08-07T18:28:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T14:49:46.000Z (about 8 years ago)
- Last Synced: 2024-10-29T13:50:17.533Z (12 days ago)
- Language: JavaScript
- Homepage: http://sudoku.liteneo.com/
- Size: 3.86 MB
- Stars: 641
- Watchers: 30
- Forks: 141
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-sudoku
a simple sudoku game written in React Native, with only one level for mastersI'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](https://github.com/nihgwu/NeoReader), wish you will love it too 😄
## DEMO
![](./resource/demo.gif)## Features
1. Animations
2. Editing Mode
3. Game Resume
4. Online Ranking## Download
[iOS version](https://itunes.apple.com/cn/app/shu-du-zhong-shi-chun-cui/id1138612488)![iOS version](./resource/qrcode-ios.png)
[Android version](http://a.app.qq.com/o/simple.jsp?pkgname=com.liteneo.sudoku)
![Android version](./resource/qrcode-android.png)
## Resources
1. sudoku generator: https://github.com/dachev/sudoku, just replace `underscore` with `lodash`
2. all the icons are downloaded from http://www.iconfont.cn/
3. use [LeanCloud](https://leancloud.cn/) to store the online scores## Build
1. clone this repo
2. `npm install`
3. `react-native link`
4. config your leancloud accout https://github.com/nihgwu/react-native-leancloud
5. `react-native run-ios` or `react-native run-android`## Plan
1. different level
2. I18N support
3. store all the scores to cloud server## Privacy Policy
[see](./PRIVACY.md)## License
MIT