Skip to content

Creating an in-browser version of the traditional othello / reversi game in C# with ASP.NET

Notifications You must be signed in to change notification settings

emilysas/Othello

Repository files navigation

Othello

Creating an in-browser version of the traditional othello / reversi game

##Tools Used

  • C#
  • ASP.NET
  • NUnit

Domain Model / CRC

Othello/Reversi Rules as per wikipedia

Collaborations

Board Collaborators
Contains Counters Counter
Game Collaborators
Has players Player
Allows counters to be placed according to rules Player, Counter, Board
Turns counters according to placement and rules Counter, Board
Player Collaborators
Plays colour Counters, Game
Places counters Counters, Board
Wins/Loses Board, Game
Counter Collaborators
Colour

Classes

  • Game
  • Board - this is the 'Grid' class from my Game of Life repo
  • Counter
  • Player

##Issues faced

About

Creating an in-browser version of the traditional othello / reversi game in C# with ASP.NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published