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
