This site requires JavaScript, please enable it in your browser!
Greenfoot back

Report as inappropriate.

JavaForever
JavaForever presents ...

2010/11/1

TicTacToe

You must have 3 Circles or cross horizental, vertical or diagonal.
You play in the top over the Button "Player 1/ 2".

It's a 2 Player game!

4889 views / 874 in the last 7 days

Tags: mouse game uaslp 2player korea fungame 2dgame

Your browser is ignoring the <APPLET> tag.
A new version of this scenario was uploaded on Mon Nov 01 20:56:53 UTC 2010
DonaldDuckDonaldDuck

2010/11/2

For the player 1 and player 2 thing, you have this: if (Greenfoot.mouseClicked(this)) { getWorld().removeObject(this); you should change it to if (Greenfoot.mouseClicked(World)) { getWorld().removeObject(this); so that they dont remain or use the isEmpty() method
JavaForeverJavaForever

2010/11/3

Yes, that's a good idea. I make it! :)
JavaForeverJavaForever

2010/11/3

The Program is't work, if I make this
A new version of this scenario was uploaded on Wed Jan 05 18:06:21 UTC 2011

Want to leave a comment? You must first log in.

Who likes this?

No votes yet.