https://github.com/2kabhishek/kothello
Play Othello Anywhere ⚪📱
https://github.com/2kabhishek/kothello
android fun game java multiplayer othello
Last synced: 29 days ago
JSON representation
Play Othello Anywhere ⚪📱
- Host: GitHub
- URL: https://github.com/2kabhishek/kothello
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-05-01T07:15:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:34:50.000Z (over 3 years ago)
- Last Synced: 2025-01-12T03:30:15.365Z (over 1 year ago)
- Topics: android, fun, game, java, multiplayer, othello
- Language: Java
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
Kothello is an implementation of the Othello game.
> The game is written in Java not Kotlin :p
## Inspiration
Was playing Othello with a friend and decided to write my own implementation.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `Android Studio`.
## Getting Kothello
To install Kothello, follow these steps:
```bash
git clone https://github.com/2kabhishek/Kothello
cd Kothello
```
## How it was built
Kothello was built using `Android Studio` and `Java`.
## Challenges faced
Implementing the game logic was a challenge.
## What I learned
- 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.
## What's next
Maybe add a AI player to the game.
Hit the ⭐ button if you found this useful.
## More Info