Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nizos/ceo-bowling-csharp

Implementation of CEO Bowling in C#
https://github.com/nizos/ceo-bowling-csharp

Last synced: 1 day ago
JSON representation

Implementation of CEO Bowling in C#

Awesome Lists containing this project

README

        

# CEO Bowling in C#

This is a C# implementation of the TDD kata [Raniz85/ceo-bowling-kata](https://github.com/Raniz85/ceo-bowling-kata).

## Requirements

This project requires .Net 7.0 which can be downloaded from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0). More information can be found [here](https://learn.microsoft.com/en-us/dotnet/core/install/).

## Test

You can execute the tests directly in your IDE or by running the following command in the terminal.

```shell
dotnet test
```