I like to start projects…finishing them is another story.

My major projects I would like you to check out (open source): Chinese Language

‣ Learning App: https://greenants.github.io/HSK-3.0-Study-Game/

‣ An Abstract Board Game: https://github.com/GreenAnts/Amalgam_Webgame

I am always looking for contributors to help out.!

◉ Community Forum: https://unfinishedprojects.flarum.cloud/
◉ Patreon: https://www.patreon.com/c/UnfinishedProjects

Thanks for reading my profile :D

  • 3 Posts
  • 1 Comment
Joined 19 days ago
cake
Cake day: February 5th, 2026

help-circle
  • Yeah, I’ve been trying to use the LLM to help me make a hybrid system with hueristics/MCTS, but I think it mostly comes down to I don’t know or understand enough about these AI systems to correctly guide the LLM. As for the main game, I know just enough programming to tweak and guide the LLM as a tool to make what I want, but it’s somewhat a shot in the dark trying to navigate creating an AI system. I think if I have to continue on my own, I may just need to start doing more research on how these systems actually work.

    Also, the board game, I’ve come to realize is actually quite complex compared to many board games, and has a very high number of possible moves, and varies heavily upon search depth - so I think I’m kind of starting out in “hard mode” if I’m correct.