Skip to content

rockem/reverci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Reverci is a C# implementation of the game Othello/Reversi. If you find a bug, or have a request for a cool new feature, you're welcome to issue it in the Issues section, And we'll be happy to reply.

Features

  • List of moves for analyzing a game
  • Show valid move as an option
  • Preview the outcome of a move as an option
  • Automatic save of game options and statistics
  • Load/Save game
  • Various of computer play levels

Design Patterns

The code has the following design patterns:

  • Singleton
  • Factory Method
  • Strategy
  • Adapter
  • Template Method
  • Observer
  • Command
  • Iterator

About

C# implementation of the game Othello/Reversi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages