Othello-League is a modular project built to allow Othello players to enjoy the game against bot or another player in offline as well as online mode .
Core features include:
- Player VS Computer
- Player VS Player (offline)
- Player VS Player (online)
- Google Sign-in
- Phone Authentication
- Online chat feature
- Custom Rooms
You can test Othello-League in your own development environment. This section shows you how.
You'll need to setup the IDE and mobile device emulator on your local system, and have internet access on your system which the mobile needs to operate properly for online features.
- Development Environment: You'll need to have the following installed:
We have tried to make the process simple. Here's what you need to do.
- Clone and change into the project.
$ git clone https://github.com/vishnuagbly/Othello-flutter.git $ cd Othello-flutte
- Install packages
$ flutter pub get
- Start developing!
To open our app in your android phone follow following steps:
- Download
Othello League.apk
to your phone root directory. - Open phone, goto settings and search "Unknown apps".
- Allow
Install Unknown Apps
. - NOw, Open file storage and direct to the
Othello League.apk
. - Tap on
Othello League.apk
and then click onInstall
. - Now go to apps and tap on Othello League Icon.
Go to the following link:- Click Here
Note:- Web version of this app is currently not up to date with the Android Version.