Archive for the ‘Personal’ Category
The Rules of SOS
Saturday, June 27, 2009 13:42 No CommentsA grid of nxn squares (where n>=3) is drawn in the playing area. The first player places an S or an O into one of the squares upon the board, at which point it is then the second players turn. The second player has the option of placing an S or an O in an [...]
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 [...]
Tweaks and First Run
Sunday, June 14, 2009 16:31 No CommentsI have made some more progress on my program this week, although I would have made some more progress on my program this week, although I did not get to spend as much time as I would have liked because of things I had to do including capturing home videos. At this point, although it [...]
Capturing Home Videos
Saturday, June 13, 2009 23:56 No CommentsMy family has a lot of home movies on 8 mm tapes from back when my sister and I were kids. My dad has talked about getting them taken off the old 8mm medium so that we could watch them as a family, however, he has never gotten around to having someone do that. Since [...]
Progress + UML Update
Sunday, June 7, 2009 22:02 No CommentsThroughout the week I have worked on my program on and off, the longest sitting being Friday night from around 8PM until 1AM when I finally went to bed. I am tentatively done the classes GridBagConstraintsExt, MoveHistory, Move, Options, Player, Position, and UndoView. The following is what I have modified in my UML diagram as I found the errors, [...]
Green-Dream 1.3
Saturday, June 6, 2009 22:15 No CommentsIn this release I fixed the problem of imporperly formated tables by addinig the following to my style.css code: /********* CSS for Tables ************************/ table { font: 12px, “Trebuchet MS”, arial; width: 320px; } th { padding: 0 0.5em; text-align: left; } td { font-size: 12px; line-height: 1.5em; border-bottom: 0px; padding: 0 0.5em; } td.width [...]
UML Diagram
Monday, June 1, 2009 23:24 No CommentsI completed my UML diagram a couple days ago, but due to my busy weekend I am just getting around to making the post now. I worked on the diagram periodically for about a week and a half. I added the notes sections in order to give me a reminder as to how I am thinking [...]
Green-Dream 1.2
Friday, May 29, 2009 23:24 No CommentsAs I progress through my blog and use different features I find things that I didn’t quite update correctly, hence the subsequent releases of Green Dream. The latest version is 1.2 which fixes how lists (ordered and unordered) within posts were showing up in a substantially different format from the rest of the text in the post. [...]
Initial Feature Set
Monday, May 25, 2009 20:29 No CommentsThe initial feature set I have come up with for this project is as follows (may not be entirely complete): Intro Playing area (grid) Two player Three difficulty settings (ie: board sizes) Scoreboard to keep track of the SOS’s for each player Undo Player 1 goes first Assign own name Help/Instructions Potential enhancements: Save/Open game [...]