Game logic almost done
Yes, all logic is almost done and I still don't have any screenshot to show you. Actually I didn't start with graphics or sound yet, because I'm busy making sure the game logic is implemented and tested before doing any graphic stuff.
Today I feel like I've been more productive that yesterday. I finally seem to have finished my model classes and started the controller class, that will be the class controlling the game flow, hence this name.
The game isn't yet very funny... it's just playing itself... alone... but once all model and controller classes are done I'll be pretty quick doing the view class which is the class that will let the player view the game status and make decisions (i.e., the fun).
(log in to comment)
korg on 2006/03/28 23:46:
Starting with the game logic, eh? You're much smarter than Ive been. :) After some opengl problems, Ive gone back to text display (I can wrap it later). I keep telling myself that Ill do game logic first, but I never do :)