Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 827 Bytes

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 827 Bytes

Changelog for Project2023

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 the Haskell Package Versioning Policy.

Unreleased

0.1.0.0 - 2023-06-08

Features

  • All object are rendererd
  • The player jump, and just collide when falling
  • Infinite random levels
  • Difuculty change with height

ToDo

  • Make jumps and movement smoth (they need to depend of impulses)
  • Make platforms moves
  • Make enemys killables (and then turn it in to platforms)
  • Make the player shoot
  • Give smoth movement to shoots
  • Print curent score
  • Print Unstable platforms live
  • Save the best score
  • Load scores and print it all
  • Pictures to objects
  • Sounds to objects