Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gal16v8d/bowlinggame
https://github.com/gal16v8d/bowlinggame
java maven spring-boot-3
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gal16v8d/bowlinggame
- Owner: gal16v8d
- Created: 2023-04-28T01:43:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T03:08:04.000Z (8 months ago)
- Last Synced: 2024-04-29T22:46:46.284Z (6 months ago)
- Topics: java, maven, spring-boot-3
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bowling Game
Basic bowling game load from file.
This program will read a file input using a scanner and then it read line by line
the file and show a meaningful output on standard as a bowling game.
So provide a file path like: E:\\bowlinggame\\src\\test\\resources\\sample.txt
btw you can find a couple of sample input in this project under src/test/resources
It will be processed and mapped by an input parser to show the output.