Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello Trainer Game

This is a console implementation of the game Othello.

Originally I made it a while back while learning Python (using only procedural programming) which can be found in the branch /tree/v0.0x.

I more recently made an implementation of Othello in Java using bitboards to represent the game state (all 64 squares are represented in only three 64-bit integers) which was challenging and fascinating to build around. For my next interation, I will use JavaFX to create a GUI and implement a basic bot to play against.

The main code is in /src/main/java/othellotrainer.

This branch is the stable version. The current iteration is in the branch /tree/draft.

About

A small game where you can play Othello. Currently working on a reinforcement learning model/algorithm.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages