Skip to content

Othello game for iOS (UIKit). Comes with customization, local multiplayer, and a simple AI opponent.

Notifications You must be signed in to change notification settings

KrohnicDev/Othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Othello

Classic Othello game with customization, local multiplayer, and a simple AI opponent.

Main objectives:

  • fully customizable board
  • working AI that can beat regular human players
  • test different input methods in UIKit (slider, picker, toggle)

The game engine supports all possible board sizes. Only restriction is that rows and columns are multiples of 2, because otherwise the starting position couldn't be defined.

The AI has two different strategies. For now, the selection is predefined in the code, but that could be easily changed in the future. AI works equally well with all possible board sizes.

About

Othello game for iOS (UIKit). Comes with customization, local multiplayer, and a simple AI opponent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages