Convert Robots using your Great Machine! 

For they are yours to command. Send them on their way, but modify their instructions so that they no longer resemble what they once were...

In this game you build great machines using conveyors, branches, and writers. You will have to think carefully about each design, as the Great Machine has keen senses, and knows when you are trying to get away with something. 

 How to Play 

 Select a stage at the Stage Selection screen, then read the description in the lower-right to learn what your objective is. 

 The Bot 


 Each bot has a "tape", an array of colored indicators that can be read and often times, have to be converted to new data. Bots can be "accepted" or "rejected". A rejected bot just has to be thrown on the floor, while an accepted bot has to reach the exit.  The tape reads from right-to-left, with the current marker being on the dot indicated by the box. Other markers in the queue will be pushed right when the current marker is removed. 

 There are three types of objects you can build: 

Conveyor

Conveyors move robots around the machine.

Branch

Branches add logic to your system. When working with bots, you will need to make logical decisions, and these will aid you in that. Bots will steer towards the direction that matches a color on the branch arrows.

Writer

Writers add to a bot's tape. You can write many types of colors and with this system, it is flexible enough to let you define the meaning of each color. Use this power carefully to solve problems.

Optional Download

You may choose to download this file optionally for on-the-go / local play. This game is compatible with any Javascript-enabled web browsers!

The Great Conversion (In Zip format)

Want to play this on the go? http://projectdivar.com:8080/TheGreatConversion
I built this game so I can have a game of this type always available on the go. I did my best to integrate some mobile-friendly features.

Github repo for this project is at https://github.com/sigonasr2/TheGreatConversion

Credits

I would first like to thank javidx9 (formally known as OneLoneCoder) for hosting an awesome coding jam! I had a lot of fun, and I believe many others did as well.

This game is heavily inspired by Manufactoria, so it's only natural I give credit to the creator of Manufactoria, @pleasingfungus - Nicholas Feinberg

Music is from an excerpt from the Shostakovich - Symphony No.9 Performance

All graphics were designed by myself. (@sigonasr2) Joshua Sigona - Creator of The Great Conversion

Font licenses are included in attached License files.

Comments

Log in with itch.io to leave a comment.

The conveyors don't turn into the output!

Eh? This seems to work okay! Maybe you meant something else?

(+1)

I clearly haven't fully grasped the logic of this game but I guess you have to spend a good deal of time on it. However, despite the somewhat blurry appearance, it seems quite promising and functional. So that's already a good point in itself.

(1 edit) (+1)

Cool game

But it seems only to work on chrome/chromium

It would be cool if you made it work on Firefox

(1 edit)

Thanks for the bug report Annwan! Looks like it was a simple overlooked case with Firefox not defining Touch events! This game being mobile compatible, touch events were implemented and so I didn't notice this small detail.

The game should be compatible for Firefox users now! Cheers!