https://github.com/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. 👻
https://github.com/yoc00lig/zombie-farm
game game-clone shooter-game zombie-apocalypse
Last synced: about 1 year ago
JSON representation
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. 👻
- Host: GitHub
- URL: https://github.com/yoc00lig/zombie-farm
- Owner: YoC00lig
- Created: 2023-02-05T13:08:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T15:52:56.000Z (over 3 years ago)
- Last Synced: 2025-01-24T12:11:21.119Z (over 1 year ago)
- Topics: game, game-clone, shooter-game, zombie-apocalypse
- Language: JavaScript
- Homepage:
- Size: 4.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👻 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.