Uncollaborative AI

You need to pass all levels to win the game.

In every level you need to complete a task, together with the AI. But the AI doesn't really want to help you.

But maybe you can get the AI to help you.


Note: basic HTML and JavaScript experience are recommended



StatusReleased
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorsJonah, Cavecake
GenreEducational
Tagsai, coding, Fonts, PuzzleScript, sourcecode
Average sessionAbout a half-hour
LanguagesEnglish
InputsMouse, Touchscreen
LinksSource code

Comments

Log in with itch.io to leave a comment.

The game is cool so far, but I can't get past level 2 either. I can open the code I think with ctr + u, but I can't really read code. I have no idea what I was looking for and the clues didn't really help with that personally. I like the idea though!

How do you beat level 2, i cant open the ctr + u thing

Interesting idea. On level 2, as I had no options, I immediately guessed I need to go to console, but you totally confused me with "don't use console" message. As I later learned from the bot suggestions, I actually have to use console.

Some levels (3, 5 maybe, I don't remember exactly and some later ones) I passed by randomly clicking a lot and didn't really understand what happens.

I made it to level 10, which I am not sure is reasonably possible: say it prints about once every 2 seconds and on average (assuming uniform distribution), you need to wait for 13 letters - that is 2*13=26 seconds per letter printed. That's already 5*26=130 (boring) seconds for the whole word out of 300 seconds available. But that's not accounting for bot removing letters (and bot will often unlock and remove in quick succession) and you making mistakes.

If you feel like trying some JavaScript coding game, you might check out mine. You are one of a few people qualified for it:)

(+1)(-1)

Hey and thank you for your feedback!

The original code for level 10 had a bag, which we noticed a few minutes before submissions were closing. That's why we had to implement an emergency-fix. Sorry for that.
Ofc I am gonna try your game!