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?
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?
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?
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.
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.