DEV Community

yluo3421
yluo3421

Posted on

1 1

Starting project about Path Finding

Game is one of my hobbies and I always wonder why do they have so many ideas that can lead people to keep playing and enjoying the game. I have seen vlog about making their own game using model but currently all I had is React and rails, so I decided to start by path-finding. It is the root to whatever games that needs a map.
I looked up online and found lots of people already had decent projects about path-finding, this is good because I have a lot of references to use. After watching several videos and reading some articles, I found the best topic to work on, path-finding algorithm visualization. To me algorithm itself is not that interesting, but understanding what problems can it solve really helps me get to know algorithm. Among all the method of understanding a algorithm, I found visualization the most direct and fitting all age-groups. The only drawback of this project is it is front-end heavy and I do need to fulfill the requirement for backend.
The ultimate goal is to do similar thing as Clément Mihailescu, his website and path-finding algorithm looks amazing. After watching his video of re-doing the website, I found it really hard. The amount of code needs to be done is massive and I only have limited time. The decision is still finishing the similar website as Clément's but simplify by not implementing partial features by myself. I will focus on implementing path-finding algorithm and visualization. But the first step is initialize the board and nodes.

Quadratic AI

Quadratic AI – The Spreadsheet with AI, Code, and Connections

  • AI-Powered Insights: Ask questions in plain English and get instant visualizations
  • Multi-Language Support: Seamlessly switch between Python, SQL, and JavaScript in one workspace
  • Zero Setup Required: Connect to databases or drag-and-drop files straight from your browser
  • Live Collaboration: Work together in real-time, no matter where your team is located
  • Beyond Formulas: Tackle complex analysis that traditional spreadsheets can't handle

Get started for free.

Watch The Demo 📊✨

Top comments (0)

Heroku

Deploy with ease. Manage efficiently. Scale faster.

Leave the infrastructure headaches to us, while you focus on pushing boundaries, realizing your vision, and making a lasting impression on your users.

Get Started

👋 Kindness is contagious

If you found this post useful, please drop a ❤️ or leave a kind comment!

Okay