chorhatarahuduketuri / gc

GalacticConquest
0 stars 0 forks source link

Refactoring of game mechanics into new package #33

Closed chorhatarahuduketuri closed 6 years ago

chorhatarahuduketuri commented 6 years ago

The mechanics for processing game turns has been moved into a new class (TurnProcessor) in a new package (gc.mechanics.turn).

This involves some major changes. Please test extensively.

Problems were encountered in formatting, particularly wrt whitespace. We should formalise whitespace and code formatting.

adrianlshaw commented 6 years ago

I've tested it and didn't identify any breaking changes. Thanks for cleaning the code.