Skip to content

dr-jerry/baseballscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte app

This is a Svelte app for recording points in a baseball game. Set up by a Dad who understands svelte better than baseball scoring. It is a Work in progress. More information on Svelte apps. It lives at https://github.com/dr-jerry/baseballscore. And it is [alive here]http://www.dijkmeijer.com/basescore/. Also beware that I'm Dutch and I have no baseball experience.

Current funtions

  • bench lists all players (hard coded)
  • first bench player can be dragged on to home.
  • from home player can be dragged to next honk or bench (0 points)
  • if the player is dropped on the home, it is appended to the bench with 1 point.

todo

  • record out & strikes
  • more styling.
  • addapt players ordering on bench with initial orderding.
  • record innings
  • add a second team
  • add backend functionality.