https://github.com/davesummer36/dartscheckoutgenerator
A small program to generated checkouts for darts practising session.
https://github.com/davesummer36/dartscheckoutgenerator
checkout darts sport training
Last synced: 6 months ago
JSON representation
A small program to generated checkouts for darts practising session.
- Host: GitHub
- URL: https://github.com/davesummer36/dartscheckoutgenerator
- Owner: DaveSummer36
- License: gpl-3.0
- Created: 2024-08-27T05:26:29.000Z (about 1 year ago)
- Default Branch: primary
- Last Pushed: 2024-08-27T21:58:03.000Z (about 1 year ago)
- Last Synced: 2025-02-01T17:31:04.369Z (8 months ago)
- Topics: checkout, darts, sport, training
- Language: C#
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Darts Checkout Generator
Darts Checkout Generator is a C# project developed by Dave Summer. The program is written specifically for darts checkout trainings and contains a scoring system.
Currently, only Console Versions are accessible due to the developer's non-existent knowledge, but by the time it will be developed more and more emmisively.See release notes down below!
v1.2 - Released on 27th of August, 2024
Improvements:
- An already-generated checkout will not show up again in the same game.
- After a game the program show how many times you hit and missed!
- Fixed - Incorrect checkout suggestions were fixed
v1.1 - Released on 26th of August, 2024
Improvements:
- Background was changed to dark-blue
- Added basic point system
- Added a for loop to set the maximum rounds to 100
- Fixed - impossible scores not to be generated
v1.0 - Released on 25th of August, 2024
Details:
- The program gives a random checkout from 2 to 170
- For every score the program gives you a suggestion way
- The window can be set to fullscreen with F11
Technologies used:
- Programming language: C#
- Integrated Development Environment: Visual Studio 2022.17.11.1
- Project type: Console Application (.NET Framework)