- Maxwell DeVos
- Thomas Powell
- Mason Timmerman
- Daniel Barnes
Boss Fight battlground is a 2d Sidescroller written in C# with the help of the Monogame. Monogame is a very basic game engine that simply gives you access to a abstract rendering system api that works across almost every platform and then a simple game loop. This leaves the rest for us to create and develop into our game.
Dependencies:
- .NET Core SDK
- Mono (on MacOS and Linux)
- MonoGame
Navigate to the BFB/BFB.Server folder and run:
dotnet run
Navigate to the BFB/BFB.Client folder and run:
dotnet run
Navigate to the BFB/BFB.Web folder and run:
dotnet run
Navigate to the BFB/BFB.Test folder and run:
dotnet test