Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

while TRUEView game page

A stuck record still spins
Submitted by QCortex07 — 1 hour, 6 minutes before the deadline
Add to collection

Play game

while TRUE's itch.io page

Results

CriteriaRankScore*Raw Score
Creativity#15353.8503.850
Enjoyment#21593.3503.350
Artwork#32693.2003.200
Narrative#45712.2002.200
Audio#84841.4001.400

Ranked from 20 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

How does your game fit the theme?
The basis of the game is constantly looping code that you can't stop.

(Optional) What would you like to be called if GMTK features your game?
qcortex07

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Loved the game, it's a bit challenging but enjoyed beating the game it was rewarding

amazing how we come up with the same concepts but different execution though your art and levels better 

nice game 

Submitted

Very interesting concept, a combination of programming with typing game. A bit tricky but fun. Good job!

Submitted

The input for "Ctrl" does not seem compatible with a Mac. Command+s and control+s dont seem to register as anything, and thus I can't ever execute a command. Which is a shame cause the gameplay looks really promising!

Developer

Oh no! Curse you, HTML5, and your endless inconsistencies!

Submitted

Very cool idea and gameplay. But the game is really hard. I had to cheese with “go go stop” to somehow deal with timings, but even then got stuck at later stages. Could have difficulty settings to be able to play without of skill of monkeytype daily player :)

Would be nice to have sounds too.

Submitted (1 edit)

Agreed, the idea for the game is good, and the levels (at least the ones I’ve seen) are quite good.

Sadly, the game lacks a proper code editor, would be nice to be able to press Home/End/Del buttons to quickly jump through instructions.

  • Sincerely, a monkeytype user.
Developer

*blushes in not-a-Monkeytype-player* Why thank you :)

Assist options are probably something I could have done pretty easily, actually. I had considered adding a option to stop time when you press Tab, but I never got around to it... like sound... and a proper tutorial... a lot of things.

Submitted

I love the UI and the idea! It is really difficult tho, and i would have loved to be able to use my DEL key, to erase the character on the right!

Good job gcortex07! :)

Developer

Yeah, there are a lot of little things that text editors let us do that we take for granted. In retrospect, there’s a lot I would have added, like the DEL key and the CTRL functions (undo, cut, paste).

Submitted

Wow! This was a typing game, needed to be quick! But go, go stop helped a lot! Very cool

Submitted

its nice to somebody else deliver on this concept better than i did and i love the ui, i just found it very difficult. i think it would help if you mentioned somewhere that you can queue up commands by commenting

Submitted

Nice one! I Really liked the concept, the graphics and the UI were very smooth.

The only problem I had is that I found it extremely hard. Especially when I wanted to fastly stop and didnt have the time to type it... :,(

Nice game, well done!

Submitted

bumped up the creativity on this one! it's kinda hard to move through levels but i had fun!

Submitted

I can't figure out how to get past the second level. Is it a timing challenge? Or is there a solution I am not aware of. Because as far as I can tell it's a matter of typing really quick.

Developer (1 edit)

Ah, yeah. Sorry about that. That's something I was concerned about when making this game. I didn't know if my own ability to type would skew my sense of difficulty. But yes, your impression is entirely correct. At it's most basic, it is a timing  and typing speed challenge.

If you're stuck because of this, here's a few tips: 

  • Type "#" to comment out a segment of code; this allows you to pre-write a command, and then delete the comment marker and save.
  • Hold CTRL when using Backspace or the Arrow keys; if you use Google Docs or Microsoft Word enough, you know how this works.
  • If worst comes to worst, you can type "north east", "south west", etc. to move diagonally.
  • If you softlock yourself somehow, CTRL+R resets the level.
Submitted

I really enjoyed it! Reminded me of Duskers, because you controlled the robot using commands. I did have trouble remembering to “save” it, since I kept thinking that pressing enter would “execute” the command, like a CLI.