Show HN: A Wordle implementation in pure SQL https://ift.tt/lCDKFy6

Show HN: A Wordle implementation in pure SQL Hi HN, I made a Wordle clone where the game runs inside PostgreSQL. The game state lives in tables, and a SQL function acts as the game engine — you pass in an input, and it returns the new state. Other than the game loop to feed inputs, everything happens in SQL. This was a fun project in pushing SQL beyond its usual use case, sharing in case others find it interesting too. I guess you could extend this idea to any turn-based game (as long as you have the patience to implement it in SQL). https://ift.tt/73UgoOC April 10, 2025 at 12:29AM

Post a Comment

0 Comments