Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratracegrad/d3-watchout-game
Demonstration of the Usage of the D3 Library
https://github.com/ratracegrad/d3-watchout-game
Last synced: 4 days ago
JSON representation
Demonstration of the Usage of the D3 Library
- Host: GitHub
- URL: https://github.com/ratracegrad/d3-watchout-game
- Owner: ratracegrad
- Created: 2015-04-27T03:25:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T03:44:11.000Z (over 9 years ago)
- Last Synced: 2023-02-27T12:06:30.526Z (over 1 year ago)
- Language: JavaScript
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D3 Watchout Game
The D3 library is widely used for data modeling. Instead of creating yet another example of data modeling using D3 I have decided to implement D3 through the creation of a game.
The game has meteors that will constantly fly through the playing arena on the screen. The player is represented by a dot that is randomly located in the playing arena at the start of the game.
As long as the player is not hit by a moving meteor then their score increases. Every time they are hit the score is rest to 0.
# Technologies Used
* D3 Library
* jQuery