https://github.com/mirokrastanov/softuni-wizard-game
đąđĒđŽđšī¸ Web-based side-scrolling game - SoftUni Wizard. Created with JavaScript.
https://github.com/mirokrastanov/softuni-wizard-game
css game hmtl javascript side-scroller side-scrolling-game web
Last synced: about 2 months ago
JSON representation
đąđĒđŽđšī¸ Web-based side-scrolling game - SoftUni Wizard. Created with JavaScript.
- Host: GitHub
- URL: https://github.com/mirokrastanov/softuni-wizard-game
- Owner: mirokrastanov
- License: mit
- Created: 2023-02-24T09:39:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:49:16.000Z (12 months ago)
- Last Synced: 2024-05-30T05:47:55.817Z (12 months ago)
- Topics: css, game, hmtl, javascript, side-scroller, side-scrolling-game, web
- Language: JavaScript
- Homepage: https://softuni-wizard-miro.glitch.me/
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SoftUni Wizard Game
JS Advanced - Mini Game Project - A side-scrolling game created using JS.## Live Demo
[](https://softuni-wizard-miro.glitch.me/)
### The Demo is also available in my app library
- Check out the [App Library](https://app-library-13e36.web.app/)## Description
- The game is a side-scroller where the player controls THE SOFTUNI WIZARD, attempting to fly between infesting bugs without getting hit by them.
- Along the way the player collects points.
- Points come from reaching as further as you can.
- Bonus points are awared upon killing a bug.
- The goal of the game is to collect as many points as possible.## Input & Output
- ` `, `W`, ` ` --> Press `W` to move UP.
- `A`, `S`, `D` --> Press `A` to move LEFT, `S` to move DOWN & `D` to move RIGHT.
- `Spacebar` --> Press `Spacebar` to shoot bugs.
## How to play
1. The computer generates bugs randomly across the right plane of the board.
2. Move using `W`, `A`, `S` & `D` and avoid the bugs.
3. Press `Spacebar` to shoot bugs for bonus points.
4. Survive! :)- Bonus tip: `Spacebar` can be held for continuous uninterrupted shooting.
## Game Screenshots
## Live Demo
[](https://softuni-wizard-miro.glitch.me/)
## [Source Code](https://github.com/mirokrastanov/softuni-wizard-game/tree/main/src)