Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Logo

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-loop

Issue 2: Generate random number between two values

Link: https://www.codegrepper.com/code-examples/javascript/random+number+generator+1-10+javascript

Issue 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_oninput

Issue 5: For Loop in Javascript (document.getElementById)

Link: https://stackoverflow.com/questions/26847366/for-loop-in-javascript-document-getelementbyid