Posts tagged as:

software

5 in a row

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 →

MasterMind

May 31, 2009

Being a computer engineering student, I have had lots of exposure to both hardware and software.  One software project I did was with the Altera DE1 Board using NIOS assembly code.  Our last project in that course was one that was open to any program, so my friend and I decided to do MasterMind.  Although [...]

Read the full article →