Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmhmubin/tic-tac-toe-java-cli
Tic-Tac-Toe, also known as noughts and crosses or Xs and Os.It’s meant to be a paper game,but now in computer game in command line.
https://github.com/kmhmubin/tic-tac-toe-java-cli
array cli hyperskill java java-12 oop oop-examples
Last synced: about 2 months ago
JSON representation
Tic-Tac-Toe, also known as noughts and crosses or Xs and Os.It’s meant to be a paper game,but now in computer game in command line.
- Host: GitHub
- URL: https://github.com/kmhmubin/tic-tac-toe-java-cli
- Owner: kmhmubin
- License: mit
- Created: 2019-11-28T08:33:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T09:12:20.000Z (about 5 years ago)
- Last Synced: 2024-10-31T17:44:58.822Z (3 months ago)
- Topics: array, cli, hyperskill, java, java-12, oop, oop-examples
- Language: Java
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-Tac-Toe-Java-CLI
Tic-Tac-Toe, also known as noughts and crosses or Xs and Os.It’s meant to be a paper game,but now in computer game in command line.Everybody knows this game from childhood. This is the game, where the price of a mistake is too high: it usually costs you the game. You can become a real master of this game by mastering only one possible option, so it also teaches you that simple is always better than complex.Let’s get started!
Origin of this project:[Hyperskill - Tic Tac Toe](https://hyperskill.org/projects/48?goal=7)
In this game there is 3 **mode**.
* easy
* medium
* hardTo play the game use this command:
```
start user easy
```### Here is the preview of the game:
![Deme Preview](https://stepik.org/media/attachments/lesson/209897/demonstration.gif)### Software Use:
* Java 12
* Intellij IDEA 2019