Skip to content

Commit

Permalink
readme markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarlywebs committed Apr 23, 2024
1 parent bf24dd8 commit fc3682a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# BasketBall Counter Project

This counter app project I created is a basketball scoreboard that shows the scores of the HOME, GUEST, FOUL, PERIOD and TIMER count. You can add to the scoreboard the points +1, +2, +3 to the HOME or GUEST scores. When a set number is reached on HOME or GUEST it adds a point to the FOUL score.

( The timer on scoreboard doesn't function currently but will add controls to that soon! )

## Features

- You can add points to HOME and GUEST by clicking the number `+1` `+2` `+3` below.
- For every 6 points added to HOME or GUEST score one FOUL will be added. ( This is just to show the testing of the foul score, this is NOT how FOUL actually works in gameplay. )
- The timer is set at a 5 minute interval, once the 5 minutes are up it will add one PERIOD to the score and the timer will start over.
- When you hit `Reset Game` button everything with reset back to zero.


![Counter Preview](/imgs/preview.jpg)
Binary file added imgs/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc3682a

Please sign in to comment.