Sunday, May 13, 2012

Time flies...

... and within a short span of slightly more than 1 academic year, I'm been through more than a couple of game projects. Check them out!

Trailers:



Download links:
Hot Chick
The Ward

Wednesday, August 24, 2011

Goodness Gracious, and that's 3 semesters of the Digipen life!

Oh man, school's tough. School's really tough. Now that semester 3 is over, I can finally catch up on all the sleep I missed out on. No more falling asleep while in the midst of studying, yes!!

We have been given 2 short weeks of break - about enough time for me to start a new short project! Hopefully this is one project I can finish before school starts =S.

Wednesday, February 23, 2011

References and pointers and const

Gahh!!! Mid-terms tomorrow. Everyone's panicking about const-ness and references! 
Thought I'd write some nonsense for practice.

oh boy so nervous. XD

// chinykian
// 23 Feb 2011

#include
iostream

const int gInt1 = 10;
const int gInt2 = 20;

const int*const& MyFunc (const int*& pI)
{
    pI = &gInt2;
   
    return pI;
}

const int*const& (*pFP) (const int*& pI) = MyFunc;

int main(void)
{
    const int*const& (**const&ppFP) (const int*& pI) = &pFP;
   
    const int* pI = &gInt1;
    std::cout << *((*ppFP)(pI)) << std::endl;
   
    return 0;
}

Sunday, January 9, 2011

Actionscript Awards 2010

Last Friday was the Actionscript Awards 2010 Ceremony and winners and guests alike were invited for the prize presentation. Everything went as expected until one organizer mentioned that the prize winners were to present their games to the audience.



Video courtesy of Wei Liang.

Friday, December 24, 2010

Back! With good news!

The first semester at Digipen is over in the blink of an eye. Boy, was it a busy semester.
.....

A few months ago, I participated in the local Actionscript Awards 2010 competition. As it turns out, I managed to get myself a 3rd place. Yippee~


That said, I really wish the organizers were more efficient - till now, I still do not know what I've won, the website isn't updated with the details either. I suppose I'll need to wait till the prize-giving ceremony for a surprise.

Saturday, September 25, 2010

3rd Week gone by

Okay, I admit it. I probably will not be posting any new updates on Final Boss any time soon simply because I. have. no. time. (I'll still update the blog though)

3 weeks in Digipen has proven to be a little hectic and at times, downright nerve-wrecking(yeah, Math quizzes). Despite that, I'm having a great time in the school- its another step towards my dream of becoming a game developer and quite frankly, that's all that matters to me.

(Okay, maybe the Math quizzes weren't so great)