Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 819 Bytes

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.

1.0.0 2024-09-02 : Finish !

improved

  • Day 5 part 2: adding sounds and a new "boost" action
  • rename Changelog.txt to Changelog.md

fixed

  • fix an issue with demo.odin

0.2.0 2024-08-20 : On the road again

added

  • Day 5 part 1: Putting It All Together: Building a Simple Game
  • adding AI opponent

0.2.0 2024-08-20 : Come on Baby

added

  • Day 4: Handling Input, Reset, Ball Bounce

0.1.0 - 2024-08-17 : First jump

added

  • Day 3: Simple collisions, multiple moving objects
  • Day 2: Getting Started with Raylib
  • Day 1: Hello Odin