An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 2D Game in VanillaJS

Just a simple 2D game in early development. Built with Javascript without any libs.

| ![Character game](https://imgur.com/TCDRf1P.png)
|:--:|
| 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