Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivierluethy/horse-racing
A horse racing game where you can bet with coins on a horse. The game is made with JavaScript.
https://github.com/olivierluethy/horse-racing
horses racing racing-game racing-simulator
Last synced: 23 days ago
JSON representation
A horse racing game where you can bet with coins on a horse. The game is made with JavaScript.
- Host: GitHub
- URL: https://github.com/olivierluethy/horse-racing
- Owner: olivierluethy
- Created: 2023-02-01T07:36:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T16:37:56.000Z (11 months ago)
- Last Synced: 2024-11-23T08:12:48.805Z (about 1 month ago)
- Topics: horses, racing, racing-game, racing-simulator
- Language: SCSS
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to the Horse-Racing game!
A game where you can bet on a horse without losing real money!
## The story of this game
Since I love to code and develop ideas in general, I wanted to have a game where you could bet on a horse, put the bet on a horse and if you win you get more.
And of course, if you lose, you lose the bet and the money you put on it.I started developing this game many years ago, but there were always things I wanted to improve or even add new features.
I hope you enjoy the current version!## Getting Started
1. Clone this repository to your local machine.
2. Open the application in your preferred web browser.
3. Start utilizing the features to enhance your academic experience.## How to Contribute
We welcome contributions to make Horse-Racing even better! Feel free to fork the repository, make your improvements, and submit a pull request.## Contact
If you have any questions or feedback, please contact us at [[email protected]].## Links that were very useful during this trip
Issue 1: How do I add a delay in a JavaScript loop?
Link: https://stackoverflow.com/questions/3583724/how-do-i-add-a-delay-in-a-javascript-loopIssue 2: Generate random number between two values
Link: https://www.codegrepper.com/code-examples/javascript/random+number+generator+1-10+javascriptIssue 3: Check if a radio button
Link: https://www.geeksforgeeks.org/how-to-check-whether-a-radio-button-is-selected-with-javascript/Issue 4: Value change event of input type number
Link: https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_oninputIssue 5: For Loop in Javascript (document.getElementById)
Link: https://stackoverflow.com/questions/26847366/for-loop-in-javascript-document-getelementbyid