Code Monkey home page Code Monkey logo

kingrush's Introduction


Please see COPY for license information.

PROJECT TITLE: King Rush AUTHOR: Jon Trent VERSION: 3.0 DATE: 6/1/2011

FILES INCLUDED: AIAdvancedPlayer.java AIBeginnerPlayer.java Bool.java COPY.txt HumanPlayer.java KingRush.java Move.java Player.java README.txt Square.java State.java TTable.java TTableEntry.java Zobrist.java

HOW TO START THIS PROJECT: To compile KingRush, navigate to the folder on your command line utility and type: javac KingRush.java

To play the game, navigate to the folder on your command line utility and type: java KingRush

USER INSTRUCTIONS: The default game pits one AI opponent against another. The white player is set to the higher setting, while the black player picks moves at random.

Calling the game with the number of players [0...2], the difficulty level of the white player [1...2], and the difficulty of the black player [1..2] will start a custom game, such as: java KingRush 1 1 2 If you pick 0 for the number of players, then you have two AI players playing each other. If you pick 1 for the number of players, then you have a white human player playing against a black AI player, and the second option does not matter. Only the third option sets the AI level. If you pick 2 for the number of players, then you have two human players playing against each other, and the second and third options are ignored.

To play a network came, call the game with an n: java KingRush n

kingrush's People

Contributors

jtrent avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.