Zeptobots by ThreeUp
Zeptobots is a red vs blue top-view adventure game.
You can conquer houses and have minion dogs spawn out when it is on your side.
It connects online to a nodejs server using ws websockets.
The server stores a persistent data set for the map data and actor data.
If you conquer a house and leave and come back, your progress will be kept!
Arrows, ctrl and spacebar
You can conquer houses and have minion dogs spawn out when it is on your side.
It connects online to a nodejs server using ws websockets.
The server stores a persistent data set for the map data and actor data.
If you conquer a house and leave and come back, your progress will be kept!
Arrows, ctrl and spacebar
Check out Digicross, playable in solo/multi/coop :
http://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=46758
There's collision detection there but I couldn't really interact with anything which was a shame, ctrl and spacebar seemed to whizz me to the left or right of houses but didn't seem to do anything else? I realize I might be missing something here.
It's a shame that there's an issue with the server code in some way or another that's preventing online play from occurring perhaps a post compo fixed version would be nice?