Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

maxamity

macrumors newbie
Original poster
Jul 19, 2008
14
0
Hi, I want to create a basic six number (1-6) guessing game in which the computer picks a random number and I guess the number that it picked.
Is it possible to get the HTML or whatever coding makes sense for this?:confused:
 
Hi, I want to create a basic six number (1-6) guessing game in which the computer picks a random number and I guess the number that it picked.
Is it possible to get the HTML or whatever coding makes sense for this?:confused:

So you're wanting someone else to code this up for you? Sounds like a bit much for free.

In any case, you'll be using HTML regardless. Java would be overkill, so you should concentrate on JavaScript. There's no need for server-side components for something this simple.
 
Hi, I want to create a basic six number (1-6) guessing game in which the computer picks a random number and I guess the number that it picked.
Is it possible to get the HTML or whatever coding makes sense for this?:confused:

This could easily be done in JavaScript, but frankly it sounds like a homework assignment. 6 numbers, 6 sides to a die. Roll'em. I could code this in a matter of minutes.
 
So you're wanting someone else to code this up for you? Sounds like a bit much for free.

In any case, you'll be using HTML regardless. Java would be overkill, so you should concentrate on JavaScript. There's no need for server-side components for something this simple.

All right, I just bought the JavaScript Reference and Guide along with the html book and reference. Thanks so much, you helped out alot...
 
This could easily be done in JavaScript, but frankly it sounds like a homework assignment. 6 numbers, 6 sides to a die. Roll'em. I could code this in a matter of minutes.

Thanks, but I think I've got it to work just fine.:)

Thanks for the offer though...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.