beloitcollegecomputerscience / BlockadeGames

Play games of the "Blockade" class
1 stars 1 forks source link

Toy GUI #2

Closed Darrah closed 2 years ago

Darrah commented 2 years ago

Create a first version of a GUI front-end to the program

Darrah commented 2 years ago

Have initial screens. Need to upload. Need to have public methods to set player colors; update "player turn" text box; set the coordinates of the 5 vertices.

DavidWang0706 commented 2 years ago

gonu.zip

KYOH95 commented 2 years ago

4/20/22 Connected Main Game Scene to the javaFX added Color Scene added InGame Scene Connected 3 Scenes together which it can be switching by "action button"

Darrah commented 2 years ago

Some code needs to be moved into a JavaFX project. (and tested) Then make a pull request.

aziz16034 commented 2 years ago

4/22/2022 -Designed board on scene buidler -exported fxml file from scene buidler -Imported and run it on java exclipse