Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

This game ended up nicely! The feature of level making is impressive. I left the game jam unfortunately, a combination of utter lack of inspiration and extreme temperatures (looking forward to the winter!). 

Some tips: 

The described operators should include 'g for goal' creation.

Something unexpected happen, description of the event: 

[] is a block containing something:

There's the following in line [72] [-]

when I make this by moving [1] next to it, it always becomes [-71].

Thus: [72][-][1] = -71

It seems the order of the calculation is based upon the moment of the final block that is added. And not on the order of the sum (as I would expect it to happen). When creating [72][-][1] I always expect it to result in [71].

It seems it is calculated as: [last block added] [-] [72].

Feel free to try my level (12321) to see what I mean. 

I think it is better respect to do sums by order from left to right and from above to below. As a suggestion :) And not take into account the moment of a block added. 

Thanks for your comments.  Indeed, when the operator is the last block slid into place the left-right, top-down order is respected.  But, sadly but intentionally, I made it so the last numeric can alter the order ( perhaps giving more level making options and more thinky-ness! ) ;-)
I'm will be checking out your level now/soon. thanks.

(1 edit)
519.000 7/1/2026
9:17:53 AM

Not bad, I was a little scared when I saw all those numbers.

By the way, there is a (b) lock that can be used.

Also, the stars are based on when you solve if...

(( No more Numbers left in the world +1 star ))

(( No more operators left in the world +1 start))

(( Back to back equation solution (Fast Action) +1 special star ))

(( Back to back transactions happen when the result of one expression, gives a number that then completes another expression )).
Level 77777 gives a good example of this.  After getting the FAST ACTION, you get blockage immunity that allows you to slide into an otherwise blocked fixed block (f) numeric (0-9) or operator (+-/*^~@) tile.  You'll have to try it to see how that goes.