Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
/ GuessNumber Public archive

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.

Notifications You must be signed in to change notification settings

magiclen/GuessNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

GuessNumber

Introduction

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.

Usage

How to run?

You can use the two commands below to run GuessNumber:

   java -jar GuessNumber.jar

or

   java -jar GuessNumber.jar YOUR_NAME

What are in this game?

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.

License

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.

What's More?

Please check out our web page at

http://magiclen.org/guess-number/

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages