beloitcollegecomputerscience / BlockadeGames

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

Internal Data Structures #3

Open Darrah opened 2 years ago

Darrah commented 2 years ago

Resolve the two different approaches to the internal data structures.

Darrah commented 2 years ago

Looking at converting Python to Java. Need names of classes, and names of methods, and parameters for those methods.

Darrah commented 2 years ago

In progress.

Jerry2001 commented 2 years ago

15 I add a few initial classes to the game but other classes are pretty dependent on #13

Darrah commented 2 years ago

Waiting for approval of the Graph class pull request.

Jerry2001 commented 2 years ago

Current branch in progress is playing_piences_fundamental

Darrah commented 2 years ago

Code completed. Needs to be merged with the project.

Jerry2001 commented 2 years ago

Code was merged into the main branch. Three teams are working together to hook the animation, GUI, and data structure together.

Jerry2001 commented 2 years ago

JUnit for DS code is in this branch junit-ds