Written by Kim Knight.
https://github.com/kimmknight/HorseRacer
Horse Racer is a tribute to Horse Race v1.0 by Thomas Schulze, written for Mac in July 1986.
Payout information:
- To Win pays (bet * odds) if selected horse wins
- Place pays (bet * odds)/3 if selected horse places 3rd or better
- Trifecta pays ((bet * odds) for each horse) * 6 if selected horses place in the
order selected
- Box Trifecta pays ((bet/3 * odds) for each horse) * 6 if selected horses place
3rd or better in any order
If you have a suggestion for better calculating payouts, please post it as an issue in the
GitHub repository.
Horse Racer is written in HTML/CSS/JavaScript using Vue 3 (no build tools) and Bootstrap 5.