Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.15 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.

Added

  • repository renamed to doodle-jump (before: doodle_jump)
  • changelog notes for v0.0.1
  • sorceforge integration

Fixed

  • wrong tile generation

Changed

Removed

0.0.1 - 2023-01-22

Added

  • This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
  • README.md with main project description
  • sprites:
    • tile.png and broken_tile.png
    • bird_right.png and bird_left.png
    • sprout_right.png and sprout_left.png
  • sqlite database to store records
  • simple account management
  • main menu with randomly colored background
  • collision & jumping physics
  • picture loading machanism
  • add pygame=2.1.2 to requirements
  • set dependabot to track version changes