Skip to content

v0.0.5

Compare
Choose a tag to compare
@rhollomon rhollomon released this 08 Mar 03:03
· 98 commits to main since this release

Overview

In this version, upon running, a game window popup is created. The player character is able to walk around a very simple map and have the camera follow them. They are able to walk through objects, but not through walls.

What's Changed

  • Added popup game window.
  • Implemented simple game loop.
  • Implemented key input for movement.
  • Added simple sprite movement animation for player character.
  • Added simple hand-drawn tiles and objects in the game world.
  • Implemented camera such that the screen follows the player character.
  • Implemented collision detection such that the player character cannot walk through certain blocks.

Full Changelog: v0.0...main