https://github.com/brendanddev/javascript-2d-game
This game is called 'DodgeBall', and uses JavaScript as the language behind the game. This game forces the user to dodge obstacles using the 'WASD' keys on the keyboard, or the mouse to dodge these obstacles. This is made with JavaScript.
https://github.com/brendanddev/javascript-2d-game
Last synced: 10 months ago
JSON representation
This game is called 'DodgeBall', and uses JavaScript as the language behind the game. This game forces the user to dodge obstacles using the 'WASD' keys on the keyboard, or the mouse to dodge these obstacles. This is made with JavaScript.
- Host: GitHub
- URL: https://github.com/brendanddev/javascript-2d-game
- Owner: brendanddev
- License: mit
- Created: 2024-05-10T17:47:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T23:57:44.000Z (over 1 year ago)
- Last Synced: 2025-04-09T05:17:49.316Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript-SVG-Game-Assignment
This game is called 'DodgeBall', and uses JavaScript as the language behind the game. This game forces the user to dodge obstacles using the 'WASD' keys on the keyboard, or the mouse to dodge these obstacles. The user can interact with one of two items, to either grow, or shrink, increasing the users overall points. The other obstacle is the one the user should be avoiding, as making contact with this obstacle will end the game. Additionally, going beyond the bounds of the game screen will cause the game to end aswell, adding an extra challenge. The user can choose between two modes, "NORMAL", or "HARD". The normal difficulty will have a default speed, and the hard difficulty will increase the speed of the gameplay.
The items/objects in this game are made up of SVG Javascript elements as the games components.