Skip to content

koher/swifty-reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftyReversi

A Reversi library for Swift.

var game = Game(board: Board("""
--------
--------
--------
---ox---
---xo---
--------
--------
--------
"""), turn: .dark)
try game.placeDiskAt(x: 3, y: 2)

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages