Portfolio Update

I just updated my web portfolio, announcing my thesis project, some new sketches and images, including this vector image of Wiimote 😉

Wiimote

My thesis is about designing several  group games that can be played using Wiimotes.

To connect the Wiimote, I will use a C# library provided by Brian Peek. My aim is to connect as many as possible Wiimotes. At the moment, the library can only support one Wiimote but someone has extend it to support multiple wiimotes. I haven’t tried it since I only have one Wiimote 🙄

Why C# ?

Just to simplify the coding stuff 🙂 My thesis focus is not the coding but the game design, so I don’t want spend too much time doing programming.

I’ve been using C++ for 6 years but I fall in love with C# for its simplicity, especially the managed memory. Ever since I used Java, I believe that there will be a time when people stop using pointer (unmanaged memory), just like they did with ‘goto’ 🙂

So what about my shmup game? I haven’t touch it since three weeks ago. This is very sad 🙁 I hope I will be able to do them all: my thesis, my game demo, and my creative works 😐

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.