Download Othello Free Java Code

Description

the classic abstract strategy game.

Icons

Othello

Source Files

The download file Othello-master.zip has the following entries.


.gitignore/*from  w  w w . j av  a 2s  .c  o m*/
COPYING
README.md
shots/cli_shot.png
shots/end_shot.png
shots/mid_shot.png
shots/start_shot.png
src/core/Board.java
src/core/Player.java
src/core/SquareState.java
src/logic/Controller.java
src/logic/DifficultyLevel.java
src/logic/Direction.java
src/logic/MoveExplorer.java
src/logic/ai/evaluation/Evaluation.java
src/logic/ai/evaluation/ScoreCornerWeightEval.java
src/logic/ai/evaluation/ScoreDiffEval.java
src/logic/ai/evaluation/ScoreEval.java
src/logic/ai/searchers/AbstractSearcher.java
src/logic/ai/searchers/MiniMax.java
src/logic/ai/searchers/NegaMax.java
src/logic/ai/searchers/SearchResult.java
src/logic/ai/searchers/Searcher.java
src/logic/ai/searchers/SimpleSearcher.java
src/othello/CliGame.java
src/othello/Game.java
src/othello/GuiGame.java
src/othello/Othello.java
src/othello/UIGame.java
src/ui/BoardUI.java
src/ui/ImageComponent.java
src/ui/SquareImgFactory.java
src/ui/images/black.png
src/ui/images/blackpssbl.png
src/ui/images/cols.png
src/ui/images/empty.png
src/ui/images/logo.jpg
src/ui/images/rows.png
src/ui/images/white.png
src/ui/images/whitepssbl.png
src/utils/Transform.java

Download

Click the following link to download Othello-master.zip.

Othello-master.zip




















Home »
  Java Free Code »
    Game »




Game
Game 2D
Game 3D
Game adventure
Game API
Game engine
Game framework
Game GWT
Game HTML5
Game http
Game image
Game JavaFX
Game Library
Game multiplayer
Game network
Game plugin
Game Puzzle
Game RPG
Game shooter
Game Space
Minecraft
Minesweeper
TicTacToe