Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 682 Bytes

Hex-Game-for-PC

Java Hex Game GUI is as following

It uses grid layout It uses JBottons for each cell. It has Radio and Chekbox buttons for player options such as computer vs user, user vs user. It has TextField inputs will be for board size It has Jbuttons for game reset, load and save games It has a button for single step undo

The Java engine for Hex Game will have the following features

A game HexGame Interface that defines all methods Undo feature for a single step Properly overridden clone method

Example Image

a

How to Run

The repository consists a .exe file. You can execute the .exe file to run the game.