Added 3D Variant, still nedds improvment

This commit is contained in:
Jan Grießhaber
2024-10-24 16:16:43 +02:00
parent 73c8cbca39
commit 1bb56adceb
14 changed files with 577 additions and 33 deletions

3
GameOfLife3D/Program.cs Normal file
View File

@@ -0,0 +1,3 @@

using var game = new GameOfLife3D.GameOfLife();
game.Run();