YoC00lig / Zombie-Farm

Simple, web-based game with online scoreboard written to learn Vanilla JavaScript. Inspired by the well-known "Shooter game". Written using only HTML + CSS + JavaScript. ๐Ÿ‘ป

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ‘ป Zombie-Farm ๐Ÿ‘ป

Web-based shooter game implementation with online scoreboard.

๐Ÿ“ Rules

When the player clicks on a Zombie, the score increases by 12 points.

When a zombie crosses the left border, the player loses 6 points and one chance.

The size, position and movement speed of zombies are randomly generated.

Zombies appear from the right side of the screen and move to the left.

The game ends when three zombies cross the left border (The player loses all three chances).

๐Ÿ›  Core technology stack:

  • HTML
  • CSS
  • JavaScript

๐ŸŽฎ Game demo

At the beginning of the game, you must enter a nickname - without it the game won't start.

After pressing START button, the game window will be displayed:

The game is over when three Zombies cross the left border. At the end of the game, the top 7 scores are shown. The player can start the game again.

About

Simple, web-based game with online scoreboard written to learn Vanilla JavaScript. Inspired by the well-known "Shooter game". Written using only HTML + CSS + JavaScript. ๐Ÿ‘ป


Languages

Language:JavaScript 67.1%Language:CSS 17.4%Language:HTML 15.4%