Tagged Questions
1
vote
1answer
651 views
Displaying a grid based map using C++ and sdl
I am trying to create a roguelike game using c++ and SDL. However, I am having trouble getting it to display the map, which is represented by a 2d array of a tile class.
Currently, my code is this:
...