Boss Fight battlground is a 2D side scrolling action game written in C#. It uses the Monogame framework to enable easy cross platform rendering, and a simple game loop. On top of this, we built a functioning game engine, game server, and game client. This project was creating at Iowa State University for the class Computer Science 309: Software Development Practices. It was voted upon by the class as the #1 project in the class of 78 projects.
Dependencies:
- .NET Core SDK
- Mono (on MacOS and Linux)
- MonoGame
- Various miscellaneous nuget packages.
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