Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

In: Code Lab / Foundations / Hex & Memory
It is not cleat exactly where I should type the answers for the code to understand the answer?

Currently I put the answers on row 15, 16, 17, & gets "Test failed", I'm not sure if it's actually wrong, or if the code does not understand where the answers are located.

(+1)

You're not doing anything wrong — that's on the interface, not you. Right now these challenges check your answer by scanning the whole code, which makes it genuinely unclear where things should go. I'm reworking them to use clear, labeled input boxes (one per answer) so it's obvious — coming in an update.

For now, "Hex & Memory" just needs these three values to appear anywhere in the code: 0xFF, 255, 65 (binary 11111111 → 0xFF, 0xFF → 255, 0x41 → 65). Thanks for the patience.

(+1)

Much better now :D