Parts Bot (Factory Worker)
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
You have ten seconds to program your robot using a randomly selected list of punch cards. Your objective is to pick up the parts and place them in the parts bin. All while navigating a randomly generated factory maze. The game is won when you have moved all parts to the bin.
Edit-
I have moved my entry from my dropbox to my server. The code has not changed though.
------
I wrote this game for the 48 hour competition but didn't make the deadline, so I am submitting as a jam entry.
This game is written entirely in javascript, so no cheating!
------
There are still a ton of things I want to implement. If you guys like, I will work on those ideas.
Any thoughts or comments are much appreciated.
-----
I wrote and tested this only in chrome. It does appear to work better in Opera and Firefox, but no guarantees. I would be surprised if it works in IE...
If for some reason the board is drawing slowly or flickering:
If you are going to play the game from the link, use Opera or Firefox. Alternatively, you can download the source and run it locally.
Chrome isn't caching the background images, so each time the board refreshes, which is does often, it re-downloads all of the images, which is painfully slow from my dropbox.
Edit-
I have moved my entry from my dropbox to my server. The code has not changed though.
------
I wrote this game for the 48 hour competition but didn't make the deadline, so I am submitting as a jam entry.
This game is written entirely in javascript, so no cheating!
------
There are still a ton of things I want to implement. If you guys like, I will work on those ideas.
Any thoughts or comments are much appreciated.
-----
I wrote and tested this only in chrome. It does appear to work better in Opera and Firefox, but no guarantees. I would be surprised if it works in IE...
If for some reason the board is drawing slowly or flickering:
If you are going to play the game from the link, use Opera or Firefox. Alternatively, you can download the source and run it locally.
Chrome isn't caching the background images, so each time the board refreshes, which is does often, it re-downloads all of the images, which is painfully slow from my dropbox.