https://github.com/ashwin7mak/carrace
It contains an animated car racing game.
https://github.com/ashwin7mak/carrace
Last synced: 2 months ago
JSON representation
It contains an animated car racing game.
- Host: GitHub
- URL: https://github.com/ashwin7mak/carrace
- Owner: Ashwin7mak
- Created: 2016-03-19T14:52:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T18:43:37.000Z (over 7 years ago)
- Last Synced: 2025-04-14T22:56:38.515Z (2 months ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
/********* CAR RACE ********/
This is a simple animated Car gaming web page created using HTML5, CSS3 and advanced jQuery.
It consists of 2 players both are controlled my the computer.
When we click GO button, the race starts as the cars moves on random speeds which is generated by jQuery funtion.
Based on the speeds, the Result section displays the winner and the time taken for the cars to complete the race.
Once done with the race, we can restart it by clicking the RESET button.