- Theme inspiration from Game Of Thrones
- SingelPlayer
- MultiPlayer
- HighScore
- SQLite
- AI (TTTBOT)
- OpenWeather API request
AI (TTTBOT) is implemented so you can never beat AI (TTTBOT)
Remember to insert your own api key for the weather API request
Create a account at https://openweathermap.org/ for free
and then get the api key and inside the project go to the following file:
Weather.java file and insert your api key here: private final String WEATHER_API_KEY = "your api key";