June 23, 2025
Quick update! Today, I laid the foundation for the game's state management using React Context.
I created two main contexts to handle the core logic:
ProgressContext: This will be the brain of the game, tracking the player's progress, the game over state, and handling updates or resets. The use of useRef here will prevent multiple game over triggers.
TermContext: A simple but crucial context. Its only job is to fetch and provide the daily term to all components that need it.
This separation keeps the codebase clean and scalable. With this structure in place, I can now focus on building out the UI and connecting it to this logic.
New mode of progress!!!!!!!!!!!!!!!!!!
DARK MODEEEEEEEE!!!!
Adding the option to change the theme, between dark, light and system
I finished making the backend system, using express and better-sqlite
Front End for this Web App
Progress dialog
🖌 A simple tool for creating and editing pixel grids. Ideal for pixel art, prototyping, or grid-based layouts.
User hint system
Functional word verification system!!! 😎👍
New face for the website 😎 try now!!!
Codele is a word guessing game inspired by programming, where the goal is to discover the word of the day related to the world of code. In each round, the player has up to 6 attempts to guess the secret word, typing possible answers in the indicated field. After each attempt, the letters are highlighted in different colors to indicate whether they are correct, present in another position or absent in the word.
This was widely regarded as a great move by everyone.