├── dirt.svg ├── index.html ├── mole.svg ├── script.js └── style.css /dirt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAssi/Whack-a-mole/HEAD/dirt.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAssi/Whack-a-mole/HEAD/index.html -------------------------------------------------------------------------------- /mole.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAssi/Whack-a-mole/HEAD/mole.svg -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAssi/Whack-a-mole/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdullahAssi/Whack-a-mole/HEAD/style.css --------------------------------------------------------------------------------