Intiial implementation

This commit is contained in:
Andrew Cooper
2022-04-16 22:34:35 +10:00
parent c4c67e15a2
commit e2599bc38b
2 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
global using Games.Common.IO;
global using Games.Common.Numbers;
using Bounce;
new Game(new ConsoleIO()).Play();