Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 674 Bytes

TODO.md

File metadata and controls

31 lines (20 loc) · 674 Bytes

TODO

Here is a list of things that I would like to add or some known bugs that I would like to fix:

Map

  • Fix the left top corner tile that is not displayed

Bonus

  • Add all others bonus (melon, galaxian, bell, key)
  • Fix the bonus display

Game

  • Fix the best score :

    • Load the best score from a file
    • Insert score in best score
    • Save the best score in a file
    • Display the best score in the game
  • Fix crash on game running :

Don't forget to Destroy Texture and Surface after create them for a text display

  window.c 

  l:  190 SDL_DestroyTexture(text);
  l:  191 SDL_FreeSurface(surface);