1
0
mirror of https://github.com/tiyn/yeschess.git synced 2025-10-19 06:11:22 +02:00

project structure

The project previously wasnt structured very
well.
Now the engine has its own module so its more
visible what file belongs to what topic.
This commit is contained in:
TiynGER
2021-05-15 02:10:29 +02:00
parent c6ecdd4c83
commit 73f32e8598
7 changed files with 15 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
import einheit
include chess
include engine
include engine/engine
testSuite ChessTest of TestSuite: