https://github.com/zequez/target-shooter
An old game where you have to click targets that appear on the screen
https://github.com/zequez/target-shooter
Last synced: about 1 year ago
JSON representation
An old game where you have to click targets that appear on the screen
- Host: GitHub
- URL: https://github.com/zequez/target-shooter
- Owner: Zequez
- License: other
- Created: 2021-03-24T23:28:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T21:13:22.000Z (about 2 years ago)
- Last Synced: 2025-01-21T01:41:39.343Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://zequez.github.io/target-shooter/
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Target Shooter
I made this game back in 2011 (if the copyright notice I wrote is correct). I think I used some sort of file joiner to join the files so it's everyone on one file, and I have no idea where the original files are. Luckily the files were joined but not minified or mangled, so it's readable!
The whole thing is made in vanilla JS with the use of Canvas. I recall it was quite an fun experience to build and some people liked it. I even published it in the [Chrome Experiments page](https://experiments.withgoogle.com/target-shooter)!