Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/nizos/ceo-bowling-csharp
- Owner: nizos
- Created: 2023-02-13T15:53:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T11:41:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T10:25:16.339Z (about 2 months ago)
- Language: C#
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```