All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Functional Game Loop.
- Rendering system that renders the components we want to draw.
- Graphics system used together with the renderer.
- Sprite Class & Animated Sprite Class that currently only reads png files.
- Player class function with animations and controls. You can now walk left and right.
- Temporary sprite/player/img class that acted as a placeholder.
- This CHANGELOG file to hopefully serve as a project CHANGELOG.
- README to explain everything with this project.
- A Game Window.