ca_art
ca_art copied to clipboard
Make Board more generic
Suggested direction of work:
- Create a common trait for boards.
- Move
Board.idfrom theBoardcompanion object to theBoardclass, and its declaration to the trait. - Let the torus be the default topology of the board (ie. if the creator of the automaton doesn't not specify otherwise, this is what they will get).
In the end it should be easy to create boards with "planetary" and flat surfaces, as well as custom ones.