New Development - Tetris
In the meantime, I decided I needed to change the topic of this blog. Henceforth this blog will no longer be dedicated solely to my ray tracer. It will now be a place where I can write about all of my "extra-curricular" programming projects.
First in line is the game of tetris. A few weeks ago I decided I liked the idea of writing simple games. Since my co-worker wrote his own little game of tetris last year, it was somewhat fresh in my mind.
I started writing a tetris Java applet a little over a week ago. I wanted not only to write a simple game, but I also wanted to test my Model-View-Controller (MVC) skills. In the case of my tetris game, my view and my controller are the same class (they are the applet class), and then I also created a Game class which is the Model.
I'll explain the implementation further in future posts. For now, I just wanted to introduce everyone to SwardTris. Click on this play tetris link. Enjoy!
2 Comments:
Looks pretty good. Needs some work obviously. Like instructions! :)
Looks good, obviously need scoring etc. adding.
Post a Comment
<< Home