August 1, 2009
In my discrete mathematics course, our last project was to write a program that would play the game Gomoku, or more commonly known as 5 in a row; tic-tac-toe style.
The requirements are as follows:
1. Written in Java.
2. A move must be made by the program within 60 seconds.
3. The program has to draw a board [...]
Read the full article →
June 27, 2009
In my first term of 3rd Year, (Jan – Apr 2009) I was involved in a group project for EECE310, a course teaching software programming techniques and conventions such as procedural abstractions, exceptions, data abstractions, iteration abstractions, type hierarchies, polymorphic abstractions in Java. Our professor often stressed that these skills were transferable to other object [...]
Read the full article →