I write Tic-Tac-Toe in Java  
Author Message
rest_ampere





PostPosted: 2004-6-20 9:04:00 Top

java-programmer, I write Tic-Tac-Toe in Java This is the most sophisticated game known to mankind and I'm not sure
if Java is good enough for it, but I'm trying anyway.
 
Murray





PostPosted: 2004-6-20 9:40:00 Top

java-programmer >> I write Tic-Tac-Toe in Java
"Ted Harvard" <email***@***.com> wrote in message
news:email***@***.com...
> This is the most sophisticated game known to mankind and I'm not sure
> if Java is good enough for it, but I'm trying anyway.

lol


 
Roedy Green





PostPosted: 2004-6-20 10:05:00 Top

java-programmer >> I write Tic-Tac-Toe in Java On 19 Jun 2004 18:03:52 -0700, email***@***.com (Ted Harvard)
wrote or quoted :

>This is the most sophisticated game known to mankind and I'm not sure
>if Java is good enough for it, but I'm trying anyway.

This sounds like a troll. If you truly doubted, you could have
counted how many existing Java solutions to Tic Tac Toe Google will
wash up.

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
 
 
Jean Charbonneau





PostPosted: 2004-6-20 19:40:00 Top

java-programmer >> I write Tic-Tac-Toe in Java
"Ted Harvard" <email***@***.com> wrote in message
news:email***@***.com...
> This is the most sophisticated game known to mankind and I'm not sure
> if Java is good enough for it, but I'm trying anyway.

Java is good enough to probably code the mind of the coder of a tic-tac-toe
game like you :)



 
 
Richard Smol





PostPosted: 2004-6-21 20:00:00 Top

java-programmer >> I write Tic-Tac-Toe in Java Ted Harvard wrote:

> This is the most sophisticated game known to mankind and I'm not sure
> if Java is good enough for it, but I'm trying anyway.

Make it a 3D version. java has some cool APIs for that ;)

RS
 
 
Rene





PostPosted: 2004-6-21 21:42:00 Top

java-programmer >> I write Tic-Tac-Toe in Java email***@***.com (Ted Harvard) wrote:
> This is the most sophisticated game known to mankind and I'm not sure
> if Java is good enough for it, but I'm trying anyway.

How's the weather in taiwan?

CU

Ren?
--
-------------------- http://NewsReader.Com/ --------------------
Usenet Newsgroup Service $9.95/Month 30GB
 
 
del5





PostPosted: 2004-6-22 23:49:00 Top

java-programmer >> I write Tic-Tac-Toe in Java Richard Smol <email***@***.com> wrote in message news:<40d6d201$0$92961$email***@***.com>...
> Ted Harvard wrote:
>
> > This is the most sophisticated game known to mankind and I'm not sure
> > if Java is good enough for it, but I'm trying anyway.
>
> Make it a 3D version. java has some cool APIs for that ;)

What do you mean by "cool APIs"? I wrote one (see
www.milinta.com/ttt3d.html) but I am missing something (I'm still
trying to figure out how to rotate the cube properly).
/D
 
 
Mickey Segal





PostPosted: 2004-6-23 0:36:00 Top

java-programmer >> I write Tic-Tac-Toe in Java "Dan Barnet" <email***@***.com> wrote in message
news:email***@***.com...
> What do you mean by "cool APIs"? I wrote one (see
> www.milinta.com/ttt3d.html) but I am missing something (I'm still
> trying to figure out how to rotate the cube properly).

For our http://Segal.org/kids/ page we chose the following versions:
2D: http://www.permadi.com/java/tictac/index.html
3D: http://home.earthlink.net/~cmalumphy/3d.html


 
 
iamfractal





PostPosted: 2004-6-24 5:50:00 Top

java-programmer >> I write Tic-Tac-Toe in Java email***@***.com (Ted Harvard) wrote in message news:<email***@***.com>...
> This is the most sophisticated game known to mankind and I'm not sure
> if Java is good enough for it, but I'm trying anyway.


Actually rock-paper-scissors is a great, little test of your OO,
because it throws up some lovely awkwardness.

Don't look at other Java solutions.

See if you run foul of the nasty Visitor pattern.


.ed

www.EdmundKirwan.com - Home of the Fractal Class Composition
 
 
del5





PostPosted: 2004-7-8 10:00:00 Top

java-programmer >> I write Tic-Tac-Toe in Java Richard Smol <email***@***.com> wrote in message news:<40d6d201$0$92961$email***@***.com>...
> Ted Harvard wrote:
> Make it a 3D version. java has some cool APIs for that ;)

I cooked up a version at www.milinta.com/ttt3d.html, not the greatest
you'll ever see but it (finally!) works.
/D