Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gal16v8d/bowlinggame


https://github.com/gal16v8d/bowlinggame

java maven spring-boot-3

Last synced: 1 day ago
JSON representation

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.