Skip to content

Tricky five is a variant of five-in-a-row game with GUI for two players made using Java.

Notifications You must be signed in to change notification settings

leedskiy/Tricky-five

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 game_img

About

Tricky five is a variant of five-in-a-row game with GUI for two players made using Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages