Hexguess by safsom2
This is a game. The first game I have ever made since I learned how to program (that's not in scratch anyway). I have made operating systems and assemblers, but not games. I combine very casual gameplay with the most nerdy main asset: RGB values. I flash a colour on the screen, give you choices in your console prompt, and you guess the colour. You guess the colour correctly? You get a point. Incorrectly? You miss. 3 misses and you're out!
Please note: the game isn’t very polished yet. I only found out about the Ludum Dare 18 hours before it ended, and in that time, I had to learn how to use SDL and make this game!
Compile yourself by running
cd src
gcc main.c -o hexguess -lSDL2
NOTE: Please make sure to run it in the Terminal (cmd on Windows)
If you do not want to compile from source, use the Windows and Linux builds in the bin directory.
| Source code | https://github.com/safsom/hexguess |
| Original URL | https://ldjam.com/events/ludum-dare/41/hexguess |
Ratings
| Given | 3🗳️ | 4🗨️ |
Could be cool to display the hex codes on the screen, might make it easier than moving eyes back and forth between terminal and window. Grats on first game! :)