Skip to content

Commit 9be68bc

Browse files
committed
improve simulation by splitting tetrion into two separate classes, one handles non graphical simulation, the other graphical simulation
1 parent e22685d commit 9be68bc

File tree

14 files changed

+877
-942
lines changed

14 files changed

+877
-942
lines changed

src/game/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ graphics_src_files += files(
1111
'grid.hpp',
1212
'rotation.cpp',
1313
'rotation.hpp',
14+
'simulated_tetrion.cpp',
15+
'simulated_tetrion.hpp',
1416
'simulation.cpp',
1517
'simulation.hpp',
1618
'tetrion.cpp',

0 commit comments

Comments
 (0)