Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redonkulus/bball
Simple tool to help plan your basketball game lineup.
https://github.com/redonkulus/bball
basketball bball
Last synced: 9 days ago
JSON representation
Simple tool to help plan your basketball game lineup.
- Host: GitHub
- URL: https://github.com/redonkulus/bball
- Owner: redonkulus
- Created: 2020-01-18T06:54:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T22:53:01.000Z (about 3 years ago)
- Last Synced: 2024-11-27T11:29:49.561Z (2 months ago)
- Topics: basketball, bball
- Language: JavaScript
- Homepage: https://redonkulus.github.io/bball/
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plan My Lineup
A simple tool to help coaches plan their youth basketball lineups.
## Overview
Coaching is a fun and rewarding experience, especially when working with youth basketball teams. However, planning a lineup can sometimes be a little stressful. Most leagues require equal playing time for all players. If you have a team of 10 players, rotating between players is pretty straightforward; just swap 5 players each quarter (or half quarter).
However, if you have an odd number of players (or players missing from a game), it can be harder to plan. I developed this tool to make it easier to set lineups and preview what each quarter or period will look like.
## How It Works
This tool takes a simple approach to generating a basketball lineup. Given a list of players, it will take increments of 5 players and add them to a quarter or period (half a quarter). Once the end of the list of players is reached, it will start from the top until 5 players are chosen.
## Features
- Add and remove a list of players
- Toggle if a player is active
- Drag and drop players to fine tune lineups
- Randomize the order of players
- Formatting for easy printing## Try It Out
https://redonkulus.github.io/bball/