Click here to Skip to main content
15,894,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there, I have a little project to do that's due in a month. It's for my HCI class and unfortunately for me involves coding.

I know that it's very simple coding, but I just can't get myself to start it. We have to create a game for a young children.

It has to be educational, fun, challenging, lots of interaction. I've come up with a game and have got everything sorted, all I need now is to code, which I am stuck at!

Anyone care to help, please?
Posted
Comments
Nelek 10-Nov-12 5:25am    
VAC02 10-Nov-12 10:21am    
This is what I have so far;
import TUIO. *,
TuioProcessingtuioClient;
HashMapSymbols=newHashMap();
//other declarations
void setup()
{
}
void draw()
{
}
voidaddTuioObject(TuioObjecttobj)
{
}
voidremoveTuioObject(TuioObjecttobj)
{
}
voidupdateTuioObject(TuioObjecttobj)
{
}
voidaddTuioCursor(TuioCursortcur)
{
}
voidupdateCursor(TuioCursortcur)
{
}
voidremoveCursor(TuioCursortcur)
{
}
voidrefresh(TuioTimebundleTime)
{
redraw();
}


Under void setup i know i must add my symbols to track my fiducials but after that I am stuck and don't know what to do. My game is a tic tac toe game. where the x or the 0 will appear after a math question has been solved. and after the question is solved and the answer is correct is will move on to another screen where moving balls will appear and must be burst by placing a fiducial over it, after all the balls have been burst it will go back to the game and resume.
VAC02 10-Nov-12 10:38am    
I know that this is the absolute beginning and basic of programming but I barely have any programming background and just need a little bit of code or something to help me move along, give me a little push.
Richard MacCutchan 10-Nov-12 12:26pm    
Go and check the link I posted for you and work through the tutorials. You are not going to solve this just by asking questions here, you need to study the language and work through some samples.
VAC02 10-Nov-12 12:28pm    
Yup, I'm doing just that, thank you!

1 solution

If you do not know where to start then I would suggest The Java Tutorials[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900