Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 784 Bytes

File metadata and controls

22 lines (14 loc) · 784 Bytes

Overview

This program is a way to help me better understand Raylib and game framework in C# using chess as an example game.

Software Demo Video

Development Environment

This coce is written in C# using Dotnet. The game framework itself uses Raylib, and the development enviroment that was used changed between Visual Studio Code and JetBrains Rider.

Useful Websites

{Make a list of websites that you found helpful in this project}

Future Work

  • First, get the chess board to show up
  • Create a graph for the players to move along
  • Get the pieces to show up
  • Impliment individal movesets for the pieces