https://github.com/https-eduardo/2d-vanillajs-game
Just a simple 2D game built with Vanilla JS.
https://github.com/https-eduardo/2d-vanillajs-game
Last synced: 6 months ago
JSON representation
Just a simple 2D game built with Vanilla JS.
- Host: GitHub
- URL: https://github.com/https-eduardo/2d-vanillajs-game
- Owner: https-eduardo
- Created: 2024-01-01T19:08:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T19:26:03.000Z (about 2 years ago)
- Last Synced: 2025-05-13T23:49:49.116Z (9 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2D Game in VanillaJS
Just a simple 2D game in early development. Built with Javascript without any libs.
| 
|:--:|
| Early development image, for now, the character can only move and jump. |
### 📋 To-do
- [ ] Define game objective/story
- [x] Game wrapper
- [x] Sprite
- [x] Character base movement
- [ ] Character attack
- [ ] Character death (life system)
- [x] Keyboard mapper (might needs improvements)
- [x] Collision
- [ ] Positioning
- [ ] Ambient (objects, background, etc)
- [ ] Enemies
- [ ] Game UI