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.
Reproducing a Race Condition
-
We have a job at work that runs every Wednesday night. All of a sudden, it
aborted the last 2 weeks. This caused some critical data to be late. The
main ...
2 years ago
No comments:
Post a Comment