Daily Challenge #12

In Challenge #11 we saw a small Kodular app made up of 2 components and 9 blocks.

I will show you now a game made up of 1 component and 5 blocks. It is a guessing game where you have to guess which number the app generates. The one who is closest wins. :crazy_face:

image

But you can make other guessing games with 6 blocks.

image

But what if you make it like this. You walk along the street and when you reach a crossing you have to press the button and you have to go left or right. If it is right but there is no right then you have to walk on. This also goes for left. See how long it takes before you get lost. :grin::innocent:

image

All this is based upon pressing a button.

Can you make the smallest Kodular game possible?

7 Likes

Here it is:

3 Likes

Are You Sure @Peter Sir This Is A Game ??

I made one :grin: -

image

(Note - Dice is a button :+1: )

3 Likes

There are no requirements for making a game. No need to have good graphics, no need to have a main menu etc. You can even convert boring jobs to a game to make it fun. :slightly_smiling_face: At least a guessing game with friends (Peter’s blocks) makes you fun a bit.

So, yes, this is a game.

Also, there are even terminal games:

6 Likes

Oh i like this one a lot. You can have a lot of options in a single textbox. Nice job @kartiktambi

1 Like

Ends soon!

1 Like

3 blocks
When Screen1.Initialize do {
Set Label1.Text to “Well done!”}

3 Likes

That’s not the smallest game, that is the shortest game :crazy_face:

6 Likes