Well here it is so far:
The Slaying of The Turtle
Okay so my recent attempts to create this "turtle graphics" program hasn't gone too well. So I given up.
Okay so I haven't given up but I chose to postpone it until I know more about arrays, especially 2D ones. Thus I have turned to Engineering Problem Solving with C (3rd Edition) and it's chapters on arrays.
I am about to begin work on a fun sounding "Terrain Navigation" exercise, simulating a robot navigating hills: the program will look at a 2D array and evaluate based on height information where peaks and valleys occur.
I'll post my progress later this evening if I do well!
"Turtle Graphics" Update #2
Right, my turtle program is behind schedule since today I woke up late and spent most of the day eating bacon and generally being lazy.
The program is fairly functional but it doesn't quite do what it's meant to yet, at least it compiles!
Full source code after jump:
"Turtle Graphics" Update
I know I said I'd post my progress today but unfortunately none has been made, I've had a hectic day and barely had a chance to get on the computer let alone programming!
I shall work on it tonight since I was reading up more on two dimensional arrays to prepare, it's not exactly difficult but I like to refine my knowledge by re-reading every chapter of my textbooks to ensure I haven't missed anything.
I'll also be doing some exercises from Engineering Problem Solving with C (3rd Edition) tonight and tomorrow to further cement it in my brain.





