Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.07 KB

Changelog

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.

[Unreleased]

[0.0.1-Alpha.2] - 2020-10-10

Added

  • 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.

Removed

  • Temporary sprite/player/img class that acted as a placeholder.

[0.0.1-Alpha.1] - 2020-10-07

Added

  • This CHANGELOG file to hopefully serve as a project CHANGELOG.
  • README to explain everything with this project.
  • A Game Window.