Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 567 Bytes

2D Game in VanillaJS

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

Character game
Early development image, for now, the character can only move and jump.

📋 To-do

  • Define game objective/story
  • Game wrapper
  • Sprite
  • Character base movement
  • Character attack
  • Character death (life system)
  • Keyboard mapper (might needs improvements)
  • Collision
  • Positioning
  • Ambient (objects, background, etc)
  • Enemies
  • Game UI