Posts Tagged ‘GUI’
Pathfinder: A path finding game.
Friday, October 30, 2009 17:56 1 CommentPathfinder is all about finding a path between point A and point B. The GUI portion, provided for us, is sectioned off into a grid of ‘tiny’ squares where two are colored turquoise (set by programmer), in my case one on the mid left and the other on the mid right side of the grid. You start [...]
Score Calculations & GUI Updates
Sunday, June 21, 2009 20:50 No CommentsI am very happy with my progress so far. Especially how I have been able to overcome obstacles along the way, in order to get to the point in my program that I am at now. Last night I was up until 1AM working on getting some of the underlying logic to work with the GUI [...]
GUI Layout
Thursday, June 18, 2009 18:15 No CommentsI was casually working on my SOS program this week, until last night, when I shifted into over-drive and was determined to get a decent graphical user interface (GUI) to display the different views going. I actually got so caught up in it that I was up until 1AM, but I don’t mind.
I know, creating a GUI is [...]