- Microsoft dotnet core 5.0 SDK - https://dotnet.microsoft.com/download
- Node js - https://nodejs.org/en/
- Github Desktop - https://desktop.github.com/
- VS Code - https://code.visualstudio.com/
git clone https://github.com/daud-io/daud.git
cd daud/Game.Engine/wwwroot
npm install
npm run build
cd ..
dotnet run
ordotnet run -c Release
This should start a web server at http://localhost:5000 open Game Modes and look for your local server rooms at the bottom of the list
- Set up an account on Heroku and on Docker Hub
./deploy.sh
If you get an error that the file './deploy.sh' is not executable by this user: run chmod +x ./deploy.sh
If you don't have github, create a github account clone the repository https://github.com/daud-io/daud
Navigate to the code repository in finder Double click "Game.Engine.sln" If the project opens in Visual studio, that is good.
You can now run the project locally with the run button.