Overview
Build a JavaScript-based LLM game with Node.js + Express, where players guess the model’s next word. Across three courses, you’ll create a daily-refreshed, Wordle-style game with a web frontend. Players earn points by predicting the LLM’s next word based on semantic similarity (OpenAI embeddings).
Syllabus
- Course 1: Creating the base Node.js Word Play Game Data
- Course 2: Enhancing the Node.js Word Play Game with new functionalities
- Course 3: Creating a frontend for the Node.js Word Play Game
Courses
-
This course walks learners through the foundation of the LLM prediction game: how the game works, how prompts are structured, how they are generated for each day, and how LLM responses are used and tokenized. By the end of this course, you’ll have a self-contained daily dataset powering the game logic.
-
Now that the base game logic is in place, this course introduces user interaction, semantic scoring, and a leaderboard system to bring competition and personalization into the experience. Learners will integrate server logic that connects the frontend with dynamic game behavior.
-
This course introduces learners to the process of building a web interface for the LLM prediction game using HTML, CSS, and JavaScript. By the end, players can interactively play the game, submit guesses, see scores, and compete on a leaderboard.