An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# SoftUni Wizard Game
JS Advanced - Mini Game Project - A side-scrolling game created using JS.

game-image

## Live Demo
[run-button](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

board-image


board-image


board-image


board-image



## Live Demo
[run-button](https://softuni-wizard-miro.glitch.me/)


## [Source Code](https://github.com/mirokrastanov/softuni-wizard-game/tree/main/src)