https://github.com/nihgwu/react-native-sudoku
a sudoku game written in React Native
https://github.com/nihgwu/react-native-sudoku
Last synced: 8 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T14:49:46.000Z (about 9 years ago)
- Last Synced: 2025-03-29T11:07:40.519Z (9 months ago)
- Language: JavaScript
- Homepage: http://sudoku.liteneo.com/
- Size: 3.86 MB
- Stars: 646
- Watchers: 29
- Forks: 140
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-sudoku ★540 - a sudoku game written in React Native (Open Source Apps / Other Platforms)
- ReactNativeMaterials - react-native-sudoku
- awesome-react-native - react-native-sudoku ★540 - a sudoku game written in React Native (Open Source Apps / Other Platforms)
- fucking-awesome-react-native - react-native-sudoku ★540 - a sudoku game written in React Native (Open Source Apps / Other Platforms)
- awesome-react-native - react-native-sudoku ★540 - a sudoku game written in React Native (Open Source Apps / Other Platforms)
- awesome-react-native - react-native-sudoku ★540 - a sudoku game written in React Native (Open Source Apps / Other Platforms)
README
# react-native-sudoku
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](https://github.com/nihgwu/NeoReader), wish you will love it too 😄
## DEMO

## 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)

[Android version](http://a.app.qq.com/o/simple.jsp?pkgname=com.liteneo.sudoku)

## 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