Kothello is an implementation of the Othello game.
The game is written in Java not Kotlin :p
Was playing Othello with a friend and decided to write my own implementation.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
Android Studio
.
To install Kothello, follow these steps:
git clone https://github.com/2kabhishek/Kothello
cd Kothello
Kothello was built using Android Studio
and Java
.
Implementing the game logic was a challenge.
- Learned about different ways to use resources in Android.
- Enjoyed implementing the game logic, using board and tiles.
- Updating the game board on user interaction was fun.
Maybe add a AI player to the game.
Hit the ⭐ button if you found this useful.