I'm writing a maze game where you walk through it and looks like 3-d although its only a crude use of the LINE command really. However, evertime I move forward in the maze, I use the CLS command and then redraw all the lines to show the new view. It works but its jerky (i.e. noticeable delay) and looks messy as a result. I've tried redrawing the lines with the background colour (to blank them out) and then redrawing the new view (therefore not using CLS) but this is still jerky.
Any thoughts on how I might make this better? Many thanks.
1st post by the way and a newbie programmer to Qbasic.
Any thoughts on how I might make this better? Many thanks.
1st post by the way and a newbie programmer to Qbasic.