https://github.com/leedskiy/tricky-five
Tricky five is a variant of five-in-a-row game with GUI for two players made using Java.
https://github.com/leedskiy/tricky-five
board game gui java java-gui-application jawa-swing
Last synced: 7 days ago
JSON representation
Tricky five is a variant of five-in-a-row game with GUI for two players made using Java.
- Host: GitHub
- URL: https://github.com/leedskiy/tricky-five
- Owner: leedskiy
- Created: 2023-11-15T22:49:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T10:29:04.000Z (over 1 year ago)
- Last Synced: 2025-03-15T08:16:55.935Z (3 months ago)
- Topics: board, game, gui, java, java-gui-application, jawa-swing
- Language: Java
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tricky five
The game is a variant of the five-in-a-row game. Two players put their signs alternately (X and O) on the free fields of the board. The game ends, when the board is full, or player has won by having five adjacent signs in a row, column or diagonal.
If a player makes 3 adjacent signs, then one of his signs on the board is removed randomly. When the player makes 4 adjacent signs, two of his signs are removed.
### Game was built using Java. It has Java Swing based GUI.
### The documentation is provided in the "tricky_five_documentation.pdf" file.
