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#
- Host: GitHub
- URL: https://github.com/ethancedwards8/chess
- Owner: ethancedwards8
- Created: 2022-02-02T19:58:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T14:49:07.000Z (over 1 year ago)
- Last Synced: 2025-10-10T06:38:26.728Z (10 months ago)
- Language: C#
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
