- Challenge thousands of online players
- Play online or offline artificial intelligence
- Many chess variants available
- Play over the board with a friend
- Translated to 80 languages
- Customizable and themable
- 100% free, without ads, and opensource!
Get it now from lichess.org/mobile
For Android:
- the android SDK
- SDK packages for API 14 to API 19
- make sure the
sdk/tools/
directory is in your path, so you can useandroid
command everywhere.
For iOS:
- you need OS X and Xcode (6.x) installed.
$ tarifa check --force
This will recreate the cordova folder with android and iOS platforms and also install plugins.
Make sure you installed all deps:
$ npm install
Then copy project/env.json.example
to project/env.json
and modify settings
to link your app to a lichess server.
To build in dev mode:
$ gulp
To build in prod mode:
$ gulp --mode=prod
To build and watch for changes:
$ gulp watch
Connect your device with USB debugging enabled and:
$ tarifa run [platform]
This will use the default configuration which use a development lichess server end point.
Please look at tarifa documentation for further documentation.