Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 447 Bytes

Using:

SDL2.0.14

SDL_Image2.0.5

SDL2_TTF2.0.15

SDL2_Mixer2.0.4

TODO:

  • In Trello: https://trello.com/b/kFtJmwOx/duck-hunt

  • If we want world coordinates, a camera needs to be implemented with the needed matrixes that will create the transformation from screen coordinates to world coordinates.

    • Pros:

      • all the rendering will occur equally good on all window sizes
    • Cons:

      • too much work