https://github.com/avikumar15/connect4
This is the connect4 game app. The game supports both single player and double player mode.
https://github.com/avikumar15/connect4
Last synced: over 1 year ago
JSON representation
This is the connect4 game app. The game supports both single player and double player mode.
- Host: GitHub
- URL: https://github.com/avikumar15/connect4
- Owner: avikumar15
- Created: 2019-06-12T18:33:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T09:31:10.000Z (over 6 years ago)
- Last Synced: 2025-01-22T20:51:41.052Z (over 1 year ago)
- Language: Java
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect4
An android game based on canvas in java. Compatible with API above 16. User can play with thier friends(two player game) or can play against the computer AI. Having different level of difficulties (Easy,Medium,Hard).