banner logo
Updates Blog Support Contact Links
Programming JdiWeb JdiMOO JdiBoy JdiMail JdiMOOpp NetCheck Tutorials
Gaming AVR Othello

AVR Othello


othello picture

Well, most of you are probably wondering what I've been up to the past few months. School as been very busy, so I thought I'd show off the fruits of my labor (or at least some of it). For our project, we had to design, build and program a device to play Othello. Doesn't sound like much, but think again. Because this was for a microcomputers class, you don't get to use such nice things as RealBasic, or even c++. You don't get a handy screen already made. You have to select parts that will work and code things so they talk. Not the easiest thing in the world. Bellow are some pictures of what I made with the help of two other people. Also attached is the user's guide and a final report for it. All the code is open, so take a look if you know assembly. Unfortionatly, we didn't plan for a good enclosure a head of time, so it doesn't look all that good. And, because we couldn't keep all the parts, it is in pieces now. We hope to fix it back up, though.

picture of box This is the device off. You can see the board, the screen, and the on/off switch.
side picture of box This is a side view of the box. You can see how the NES controller fits inside.
starting board This shows the starting board. You can see that the pieces are red and green as opposed to black and white. But it is very clear. You can also tell that it is an 8x8 board, so it is full size (as far as playing area). The board is physically about 2.5"x2.5" which is sizable for these kind of electronics
wide shot This shows the whole thing, including the NES controller.
score picture This shows a close up of the screen so you can see the score format. This updates after every move so you always know whos winning.
picture of PCBs This shows the sloppy job inside. We made our own PCBs, but we didn't plan on how to mount them to anything. So we used electrical tape to hold them in place. It didn't work all that well.

Specs


Downloads