Git Product home page Git Product logo

reversi's Introduction

Reversi - A Java implementation of the Reversi game with a Swing GUI.

Copyright (C) Georgios Migdos , Filia Dova

This software was developed as an assignment for the "Artificial Intelligence" course at the Athens Univesity Of Economics And Business (Spring 2010).

Available under the MIT License

Screenshots

![Screenshot1][screenshot1] [screenshot1]: Reversi/raw/master/screenshots/screenshot_th.png "Screenshot of BMach running."

Todo

  • Replace the vector instances with arraylist instances
  • Change the integer constant members to enumerations
  • Javadoc


Implemented algorithms ---------------------- ###Search algorithms : * Mini-Max * Alpha-Beta Pruning

API --- ####ai.MiniMax

public void apply(Node n, int maxDepth, SearchAlgorithm algorithm, Evaluator eval);

  • n : An instance of a class extending the abstract class ai.Node .
  • maxDepth: An integer defining the maximum depth of the search tree.
  • algorithm: The algorithm (ai.MiniMax.SearchAlgorithm) to be used when searching the tree of states.
  • eval: An instance of a class extending the abstract class ai.Evaluator. Evaluators return an integer value for the Node passed to their evaluate() method.


reversi's People

Contributors

cyberpython avatar

Watchers

James Cloos 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.