Skip to content

Simple, web-based game with online scoreboard written to learn Vanilla JavaScript. Written using HTML, CSS and JavaScript.

Notifications You must be signed in to change notification settings

jzywiecki/zombie-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zombie Game

Overview

This is a simple shooting game where players shoot zombies with the mouse (left click). Zombies randomly appear from the right side of the screen and move towards the left at varying speeds. The objective is to shoot as many zombies as possible and earn points while avoiding missing shots. The game ends when three zombies reach the left side of the screen.

Zrzut ekranu 2023-04-1 o 21 28 20

Personalization

At the beginning of the game, players are prompted to enter a nickname, which is displayed over the game board.

Zrzut ekranu 2023-04-1 o 21 28 08

Highscores

Players can view their scores on a highscores list, which includes the player's position, nickname, score, and date of entry. The list is sorted based on the scores.

Zrzut ekranu 2023-04-1 o 21 33 04

Technologies used:

  • HTML
  • CSS
  • JavaScript

I also used JSON BLOB API to save highscores in web storage.

About

Simple, web-based game with online scoreboard written to learn Vanilla JavaScript. Written using HTML, CSS and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published