Codelike
A game made for the GMTK Game Jam 2025 in 4 days!
Welcome to codelike, the coding roguelike.
Reach the required score through a simple "for" loop that you will be able to alter with the use of items.
* * IMPORTANT * * If the audio glitches, download the windows version (if possible). It is a known issue with itch.io and some Godot web games!!
If you are not familiar with "for" loops, here is a little explanation. A "for" loop executes a section of code repeatedly until a certain condition has been satisfied for the given variable (i). Each repetition, the variable i increases by 1. You provide the starting value for the variable and the ending value (when it will stop). For example:
for i from 1 to 5: score = score + 4
means that the score will increase by 4, five times. The variable i will be equal to 1, 2, 3, 4, 5 and then it will stop. That is 5 repetitions!!
In this example, 1 is START VALUE, 5 is END VALUE, 4 is ADD VALUE
Also, repetitions are sometimes called iterations. (for the description of items)
CONTROLS: Mouse left click
CREDITS
- Programming, graphics, game design: Patata Studios
- Music, SFX, game design: Soulis
- VHS and CRT monitor effect by pend00 (https://godotshaders.com/shader/vhs-and-crt-monitor-effect/)
- Font: Cascadia Code by Microsoft (https://github.com/microsoft/cascadia-code)
Thank you so much for playing!! We hope you enjoyed it :D
Comments
Log in with itch.io to leave a comment.
Excellent and quite unique game.
looooved it!
Love it!
(one bit of feedback is that calling get_tree().exit() doesn't work in browsers, it just makes it crash)
Thank you for playing :) and thanks, I'll keep that in mind next time!
Very nice game! Probably an inspiration from balatro or other similar games but a unique twist!
Loved the idea and i'd like to see more depth.
Here are a few ideas for expansion:
also it was possible to not have the correct numbers in round 1 to win. 1 loop seems too punishing, so maybe have 2 or guarantee to have the numbers to win?
GJ Soulis on the music as well!
Thank you so much for the suggested ideas!! I'll certainly keep them in mind for a future update after the game jam. Glad you liked the game :)
Top, congrats! 😻😺
thank youu 😽