Skip to content

Bowling game built using .Net 5, Angular and Singleton's as persistence layer.

Notifications You must be signed in to change notification settings

abdul-assessments/bowling-game

Repository files navigation

Introduction

Welcome to the BowlingGame project. It is written in 2 parts. Angular for the FE and .Net Core for the BE. BowlingGame.Web as the Api and my-app with-in the api project as the angular FE.

Prerequisites

Built Using

  • Angular CLI
  • Visual Studio 2019
  • IISExpress

Build and Test

  1. Clone the project and open in VS2019.
  2. The Angular app is located in /my-app/, however, the compiled scripts are referenced in the .Net Core Web app
  3. You will need to run the .Net Core WebApi (BowlingGame.Web). (It can be in debug mode)
  4. Drop a few breakpoints around the WebApi controller (BowlingController) and see how the system functions.
  5. There are tests. Currently implemented only for calculation logic.

Disclaimer

Don't forget to read the instructions on how to play the game :)

About

Bowling game built using .Net 5, Angular and Singleton's as persistence layer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages