AxMarbles is a game using the Aximo Game Engine.
mkdir aximo
cd aximo
git clone --recursive https://github.com/AximoGames/AxEngine.git
git clone --recursive https://github.com/AximoGames/AxMarbles.git
Build from command line:
cd AxMarbles
dotnet build
Run:
dotnet run -p Marbles