GuessNumber is a guess-the-number(1A2B) puzzle game implemented in Java. It's a very simple implementation, which only has command line interface. In other words, it's a text-based game.
You can use the two commands below to run GuessNumber:
java -jar GuessNumber.jar
or
java -jar GuessNumber.jar YOUR_NAME
You can guess the number from computer. Also, you can let the computer guess the number from you, too! If you don't know how to play this game. Don't worry, you can learn how to play this game by watching two computers play it, or ask a computer to help you guess a number.
Copyright 2015 magiclen.org
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Please check out our web page at