Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 534 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 534 Bytes

Reversi Backend

This repo is dedicated to the backend code of the Reversi web-application. This application is written in pure C#, the included Javascript is from semspanhaak/ReversiFrontend.

Note

Please note that this project was an assignment for University. It may be possible that:

  • the code written isn't fully safe for profesional usage;
  • the code is not that clean written;
  • the inline documentation is a mix between the English- and Dutch-language.
  • the process logic isn't at all;