Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pradeepkps19/tic-tac-toe

Tic Tac Toe game - Android
https://github.com/pradeepkps19/tic-tac-toe

2-players-game android android-game-app game java-game tic-tac-toe tictactoe-game x-o-game

Last synced: about 2 months ago
JSON representation

Tic Tac Toe game - Android

Awesome Lists containing this project

README

        

# TicTacToe
A simple two player game, popularly known as Tic-Tac-Toe built using Android Studio.
### [Download APK](https://drive.google.com/file/d/1jeh9TVnK7T9MdrgpejqLPZfkzDIY8sYs/view?usp=sharing)

### Play instructions
1. Player 1 starts the game with 'X' as his reference followed by Player 2 with 'O'.
2. With the availability of 9 slots, player 1 starts by choosing any one of the slots and player 2 follows by choosing any one of the remaining slots.
3. The game proceeds until either 'X' or 'O' occupies an entire row, or an entire column or any one of the diaganol.
4. The first to occupy wins the game and if not the game would tie.

### Screenshots
![Homepage](/Screenshots/ss1.jpg?raw=true "Home page")

![Homepage](/Screenshots/ss2.jpg?raw=true "Home page")

![Homepage](/Screenshots/ss7.jpg?raw=true "Home page")