 I finally figured out that I needed to use the WriteConsoleOutputCharacter function to get something drawn on the screen. Now I have the power. The rest is mechanics.
I finally figured out that I needed to use the WriteConsoleOutputCharacter function to get something drawn on the screen. Now I have the power. The rest is mechanics.So I got a simple startup screen done. And I drew the outline of the maze. Finally I put character symbol on the screen too. I can retrieve keyboard presses. But they just don't do anything yet.
Now for the fun stuff. Time to experiment to figure out how to draw a good maze. That is the main goal of my 7DRL entry this year. I want there to be a bunch of interconnected rooms. The rooms should be random. Let's see if I can get this done by the end of the week.
 
 
 
 
 
No comments:
Post a Comment