/2d-vanillajs-game

Just a simple 2D game built with Vanilla JS.

Primary LanguageJavaScript

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