One time I create a Vector3 class and put the custom new() method in the header file. However the compiler still think that there is a default new() method in the .cpp file, so that it complaint there is a second definition of the new() method. But if I put new() method in the .cpp file, no more complaint.
Thus: Put custom new() and delete() in the .cpp file.
Monday, November 26, 2012
Saturday, November 24, 2012
Prototype 4, week 1
At the last prototype on this semester, we have a pretty large team which expected to build a functional prototype.
This week, as our producers, Zac and Briana, said, we just thought about the game idea, no coding. We also have done the physics prototyping. And the result was really good. Now we have a basic idea which is a tower defense like game, but with gem-collective and chasing. It seems like League of Legend, RTS game.
I like the idea that the character can be changed between 3 animals. That's one of the variable that make the game mechanic fun and also do some balancing work. Also the digging map level design should also make some effort to do.
This week, as our producers, Zac and Briana, said, we just thought about the game idea, no coding. We also have done the physics prototyping. And the result was really good. Now we have a basic idea which is a tower defense like game, but with gem-collective and chasing. It seems like League of Legend, RTS game.
I like the idea that the character can be changed between 3 animals. That's one of the variable that make the game mechanic fun and also do some balancing work. Also the digging map level design should also make some effort to do.
Prototype 3 Summary
In this prototype, we used HTML 5 + JavaScript to build a Shoshone in wonderland game. We didn't use scrum process, and also with very few documentation for the game. Even if this is a small project, I thought without documentation just made me feel lost. Most of the time I didn't know what I suppose to do next, and even the final prototype came out, it was not the game what I like. However, at least I have touched some web development.
Subscribe to:
Posts (Atom)