An open API service indexing awesome lists of open source software.

https://github.com/ethancedwards8/chess

Chess programmed in C#
https://github.com/ethancedwards8/chess

Last synced: 6 months ago
JSON representation

Chess programmed in C#

Awesome Lists containing this project

README

          

# chess (https://github.com/ethancedwards8/chess)
Chess programmed in raw C#. This was my midterm project for my Game Design class. The
board is stored as a 2-dimensional array and the pieces are their own objects with their
properties that allow them to move. Pieces can be moved by either their coordinages (2, 3)
or their board tile (E4).

![photo](photo.png)