This is a simple Tic-Tac-Toe game made in Java. This is multiplayer as in there is no AI which randomply plays against you.
So we would appreciate all contributions, feel free to fork the repository and submit a PR containing your work. I will be sure to look into it and merge it! You get the contributor box and the mention in the project.yml
Hope you contribute, check our contributing guidelines for a bit more information (contribute.md)
- JDK 13 or higher installed
- Apache Maven installed and running
- Run Main.java
StarTwi/snake-game-made-in-java
├── src/
| ├── com/glim
| | ├── Main.java
| | ├── Game.java
| ├── README.md
| ├── .gitignore
| ├── Contribute.md