This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-01-13 04:30:12

dheatly23
New Scratcher
Registered: 2012-08-31
Posts: 7

Can you help me to make some Tic Tac Toe game ?

Some on can help me to make Tic Tac Toe game ? I'am now make the cave version. Thanks !

Offline

 

#2 2013-01-13 04:36:06

dheatly23
New Scratcher
Registered: 2012-08-31
Posts: 7

Re: Can you help me to make some Tic Tac Toe game ?

[scratchblocks]
when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Some on can help me to make Tic Tac Toe game ? I'am now make the cave version. Thanks !] for (3) secs
[/Some on can help me to make Tic Tac Toe game ? I'am now make the cave version. Thanks !]
Sorry. Some one.

Offline

 

#3 2013-01-13 23:52:57

KrIsMa
Scratcher
Registered: 2011-09-20
Posts: 500+

Re: Can you help me to make some Tic Tac Toe game ?

Well, first, we cant post a whole script cause a tic tak toe game has lots of script and sprites  sad

Ok, you need to make a grid and 9 sprites thst hold an "o" and an "x". Then, you need variables so you can sense when someone wins, and that is it  smile


http://blocks.scratchr.org/API.php?user=KrIsMa&amp;action=onlineStatus&amp;online=http://i49.tinypic.com/2pzic0m.png&amp;offline=http://i49.tinypic.com/r7p10n.png
The Scratch Team (and fellow scratchers!) is/are so nice!!!

Offline

 

#4 2013-01-13 23:54:48

Programmer_112
Scratcher
Registered: 2012-02-17
Posts: 100+

Re: Can you help me to make some Tic Tac Toe game ?

You just need a computer algorithm, a win checker, a user input, and graphics.

Last edited by Programmer_112 (2013-01-14 00:08:43)


http://i49.tinypic.com/rk60py.png

Offline

 

#5 2013-01-14 00:06:48

KrIsMa
Scratcher
Registered: 2011-09-20
Posts: 500+

Re: Can you help me to make some Tic Tac Toe game ?

Programmer_112 wrote:

Wrong place for this topic?  But, you just need a computer algorithm, a win checker, a user input, and graphics.

Well this is the project ideas topic!


http://blocks.scratchr.org/API.php?user=KrIsMa&amp;action=onlineStatus&amp;online=http://i49.tinypic.com/2pzic0m.png&amp;offline=http://i49.tinypic.com/r7p10n.png
The Scratch Team (and fellow scratchers!) is/are so nice!!!

Offline

 

#6 2013-01-14 00:09:35

Programmer_112
Scratcher
Registered: 2012-02-17
Posts: 100+

Re: Can you help me to make some Tic Tac Toe game ?

Well, it looks like a collab.  But if they're looking for ideas, then I've got no problem with that.  Sorry if I misinterpreted.


http://i49.tinypic.com/rk60py.png

Offline

 

#7 2013-01-14 00:23:06

KrIsMa
Scratcher
Registered: 2011-09-20
Posts: 500+

Re: Can you help me to make some Tic Tac Toe game ?

Programmer_112 wrote:

Well, it looks like a collab.  But if they're looking for ideas, then I've got no problem with that.  Sorry if I misinterpreted.

It is ok  smile


http://blocks.scratchr.org/API.php?user=KrIsMa&amp;action=onlineStatus&amp;online=http://i49.tinypic.com/2pzic0m.png&amp;offline=http://i49.tinypic.com/r7p10n.png
The Scratch Team (and fellow scratchers!) is/are so nice!!!

Offline

 

#8 2013-01-14 05:25:00

dheatly23
New Scratcher
Registered: 2012-08-31
Posts: 7

Re: Can you help me to make some Tic Tac Toe game ?

KrIsMa wrote:

Well, first, we cant post a whole script cause a tic tak toe game has lots of script and sprites  sad

Ok, you need to make a grid and 9 sprites thst hold an "o" and an "x". Then, you need variables so you can sense when someone wins, and that is it  smile

Ill have make 9 sprites ! Thank you !

Offline

 

#9 2013-01-16 04:15:10

dheatly23
New Scratcher
Registered: 2012-08-31
Posts: 7

Re: Can you help me to make some Tic Tac Toe game ?

Just comment here !  smile

Offline

 

Board footer