From 10ca260e96504454ed0d9cbb5f20cd4111280482 Mon Sep 17 00:00:00 2001 From: Thom <47935791+Spebby@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:42:17 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c579a0d..8c74ccc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ ## 🎯 Project Overview A very rudamentry Chess program (and eventually, AI) based on Graeme Devine's [skeleton code](https://github.com/Spebby/CMPM123-Chess/commits/95c448471543cbf7a933316e770efa8766cd0943/), given a graphical interface with [Dear ImGui](https://github.com/ocornut/imgui/tree/docking). This is the final project for the CMPM-123's Fall '24 Quarter at the University of California, Santa Cruz. +You can view previous phases of this project by checking out the associated branches. + +[Part 1](https://github.com/Spebby/CMPM123-Chess/tree/Part-1) -- [Part 2](https://github.com/Spebby/CMPM123-Chess/tree/Part-2) -- [Part 3](https://github.com/Spebby/CMPM123-Chess/tree/Part-3) + ### 🎓 Educational Purpose This project serves as a teaching tool for computer science students to understand: - Game state representation @@ -156,4 +160,4 @@ This project is licensed under the MIT License. - Original game engine framework by [ocornut](https://github.com/ocornut/imgui) --- -*This README is part of an educational project and is intended to serve as an example of good documentation practices.* \ No newline at end of file +*This README is part of an educational project and is intended to serve as an example of good documentation practices.*