EntelectChallenge / 2017-Battleships

MIT License
22 stars 31 forks source link

Added Game Visualizer for Battleships. Using Dotnet Core, with AngularJS #51

Closed raezor07 closed 7 years ago

raezor07 commented 7 years ago

I would like to submit my Game Visualizer that I build with DotNet Core. It's making use of .Net Core with AngularJS and Bootstrap 4. There are still some work required, but this should give us a Base Line to work from. I also included a sample Replay to show off how this Visualizer works.

The requirements are that you need to download .Net Core SDK from https://www.microsoft.com/net/download/core and install it.

Then inside the ReplayZ folder, start a command prompt, and type these commands:

  1. dotnet restore
  2. dotnet build
  3. dotnet run

This should then start a webserver, which you can navigate to, to view the Visualizer.

Please contact me if you require any assistance.