ipkiss42 / eliot

GNU General Public License v2.0
3 stars 2 forks source link

Customizable board #11

Open ipkiss42 opened 11 years ago

ipkiss42 commented 11 years ago

The size and layout of the board are currently hard-coded. It would be nice, in a first step, to load the layout from a file. In a second step, the interface could propose a simple editor to create and modify board layouts.

ipkiss42 commented 11 years ago

Well started with 5441007d (BoardLayout class). The main problem now is that a few classes (most notably Coord) still use BOARD_MIX and BOARD_MAX.