Codele

Codele

8 devlogs
46h 31m
•  Ship certified

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.

Timeline

Ship 3

0 payouts of shell 0 shells

Julio Coronetti

17 days ago

Julio Coronetti Covers 2 devlogs and 10h 13m

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.

Update attachment

New mode of progress!!!!!!!!!!!!!!!!!!

Update attachment

Ship 2

1 payout of shell 128.0 shells

Julio Coronetti

22 days ago

Julio Coronetti Covers 1 devlog and 10h 58m

DARK MODEEEEEEEE!!!!

Update attachment

Ship 1

1 payout of shell 66.0 shells

Julio Coronetti

about 1 month ago

Julio Coronetti Covers 5 devlogs and 25h 19m

Adding the option to change the theme, between dark, light and system

Update attachment

Progress dialog

Update attachment

User hint system

Update attachment

Functional word verification system!!! 😎👍

Update attachment

New face for the website 😎 try now!!!

Update attachment