Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enmarcm/verticalplatformergame
A vertical platformer game built with Canvas and vanilla JavaScript, featuring jumping mechanics and NPC enemy encounters.
https://github.com/enmarcm/verticalplatformergame
canvas-game canvas2d game javascript vanilla-javascript
Last synced: about 2 months ago
JSON representation
A vertical platformer game built with Canvas and vanilla JavaScript, featuring jumping mechanics and NPC enemy encounters.
- Host: GitHub
- URL: https://github.com/enmarcm/verticalplatformergame
- Owner: enmarcm
- Created: 2023-09-17T18:27:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T05:29:42.000Z (5 months ago)
- Last Synced: 2024-08-16T06:36:55.629Z (5 months ago)
- Topics: canvas-game, canvas2d, game, javascript, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 562 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Vertical Platformer Game 🎮
Welcome to the Vertical Platformer Game! This repository features an exciting vertical platformer created using Canvas and vanilla JavaScript. Jump your way up through platforms while battling NPC enemies! 🚀
## 🌟 Features
- **Vertical Gameplay**: Navigate through challenging platforms as you ascend.
- **Jumping Mechanics**: Utilize precise jumps to reach higher levels and avoid obstacles.
- **NPC Enemies**: Encounter and defeat various enemies to progress through the game.## 🛠️ Technologies Used
This game is built using:
- **JavaScript**: The core programming language for game logic and mechanics.
- **HTML5 Canvas**: For rendering graphics and creating the game environment.
- **CSS**: To style the game interface and enhance the visual appeal.