diff --git a/JoshHeaps.Net/Pages/Index.cshtml b/JoshHeaps.Net/Pages/Index.cshtml index b48b96e..d6c9e32 100644 --- a/JoshHeaps.Net/Pages/Index.cshtml +++ b/JoshHeaps.Net/Pages/Index.cshtml @@ -23,7 +23,7 @@

Chess

- As someone who loves chess, I wanted to create a chess game that I could play with my friends and family. This project is a work in progress, as currently it can only be played locally. It was built in C# on .NET 8.0, using winforms, because I like a challenge. I plan to add online multiplayer functionality in the future. + As someone who loves chess, I wanted to create a chess game that I could play with my friends and family. It was made using .NET razor pages, a .NET web api backend, and a good amount of javascript on the frontend. Feel free to check it out in the demos below :)

diff --git a/JoshHeaps.Net/wwwroot/images/Chess.jpg b/JoshHeaps.Net/wwwroot/images/Chess.jpg index 18d4e6b..7eb03dc 100644 Binary files a/JoshHeaps.Net/wwwroot/images/Chess.jpg and b/JoshHeaps.Net/wwwroot/images/Chess.jpg differ diff --git a/JoshHeaps.Net/wwwroot/images/CompilerDemo.png b/JoshHeaps.Net/wwwroot/images/CompilerDemo.png index 94125c0..42b514c 100644 Binary files a/JoshHeaps.Net/wwwroot/images/CompilerDemo.png and b/JoshHeaps.Net/wwwroot/images/CompilerDemo.png differ