转载

react-native-sudoku:React Native 实现的数独游戏

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 :smiley:

I've also developed an app in React Native for developers calledNeoReader, wish you will love it too :smile:

DEMO

react-native-sudoku:React Native 实现的数独游戏

Features

  1. Animations
  2. Editing Mode
  3. Game Resume
  4. Online Ranking

Download

iOS version

react-native-sudoku:React Native 实现的数独游戏

Android version

react-native-sudoku:React Native 实现的数独游戏

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 to store the online scores

Build

  1. clone this repo
  2. npm install
  3. replace the LeanCloud account with your own own if you want play with the Online Ranking
  4. 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

License

MIT

原文  https://github.com/nihgwu/react-native-sudoku
正文到此结束
Loading...