Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pradeepkps19/tic-tac-toe
- Owner: pradeepkps19
- Created: 2020-05-25T14:39:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T06:42:59.000Z (about 4 years ago)
- Last Synced: 2024-05-14T12:46:12.590Z (8 months ago)
- Topics: 2-players-game, android, android-game-app, game, java-game, tic-tac-toe, tictactoe-game, x-o-game
- Language: Java
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")