A simple game using D3 on SVG made for fun :)
Online project : http://lucas-strubi.fr/projects/Whac-A-Mole/index.html
As a graphic designer and a beginner in web development, I wanted to try the interactivity of svg as a game using Javascript.
I started this using JQuery, but then I realised that JQuery wasn't appropriated for this kind of project, so I decided to retry this using D3.JS
The project is now playable but still in development. Here is my task list for upcoming updates.
- Playable first version
- Difficulty
- Animations
- Translations
- High Scores
- Stats
- Sounds
git clone https://github.com/strubix/Whac-A-Mole.git
cd Whac-A-Mole
bower install
MIT License.