<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects on Ryan Guide</title><link>https://www.ryan-guide.com/projects/</link><description>Recent content in Projects on Ryan Guide</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://www.ryan-guide.com/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>Sudoku Game and Solver</title><link>https://www.ryan-guide.com/projects/sudoku-project/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.ryan-guide.com/projects/sudoku-project/</guid><description>&lt;p&gt;Before starting my Masters program, I challenged myself to write an algorithm that could solve Sudoku puzzles. I designed a backtracking algorithm to efficiently solve puzzles.&lt;/p&gt;
&lt;p&gt;Years later I decided to return to the project and follow my initial goal of turning it into a full stack application. Utilizing Claude code, I paired a ReactJS frontend with a flask backend.&lt;/p&gt;
&lt;p&gt;The full game is hosted &lt;a href="https://sudoku-solver-xc88.onrender.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I have some ideas for additional enhancements down the line. One of note is adding the ability to take a picture of a puzzle and upload it to the website. Utilizing a text processing model, the puzzle would then be loaded into the board.&lt;/p&gt;</description><content>&lt;p&gt;Before starting my Masters program, I challenged myself to write an algorithm that could solve Sudoku puzzles. I designed a backtracking algorithm to efficiently solve puzzles.&lt;/p&gt;
&lt;p&gt;Years later I decided to return to the project and follow my initial goal of turning it into a full stack application. Utilizing Claude code, I paired a ReactJS frontend with a flask backend.&lt;/p&gt;
&lt;p&gt;The full game is hosted &lt;a href="https://sudoku-solver-xc88.onrender.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I have some ideas for additional enhancements down the line. One of note is adding the ability to take a picture of a puzzle and upload it to the website. Utilizing a text processing model, the puzzle would then be loaded into the board.&lt;/p&gt;
&lt;p&gt;Tech used:
Python, Flask, React, CSS, Render&lt;/p&gt;</content></item></channel></rss>