An open API service indexing awesome lists of open source software.

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.

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.

![game_img](./img/game_img.png)
![game_img](./img/menu_img.png)