Giter VIP home page Giter VIP logo

quentinlegot / othello Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 3.51 MB

Othello is a strategy board game created in 1971 based on Reversi game. This game is an ai-ai battle only (alphabeta or negamax algorithm)

Home Page: https://en.wikipedia.org/wiki/Reversi#Othello

TeX 43.39% Java 56.61%
othello othello-game othello-ai othello-with-ai alphabeta-minimax-search alphabeta-algorithm negamax negamax-algorithm alphabeta java

othello's Introduction

Infection game - Othello

Contributors

Antonin Boyon

Quentin Legot

Arthur Page

How to launch the game

After you compiled and placed files in an jar archives (using jar command or ide):

java -jar othello.jar depthP1 depthP2 alphabeta

depthP1 and depthP2 correspond to an integer indicating to the decision algorithim how deep to calculate and alphabeta correspond to a boolean indicating to the program if you wish to use alphabeta algorithm (True or true values) or negamax algorithm ( all others values than true).

If depthP1 or depthP2 aren't correct, the program will use default settings (4, 4, true).

If you doesn't want to use the logger, change the value MainStats to Main in META_INF file.

othello's People

Contributors

arthur7770 avatar detextra avatar quentinlegot avatar

Stargazers

 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.