/LD32-Animelee

Javascript competitive multiplayer game (with bots) made in 48 hours for Ludum Dare 32 (April 2015)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Ani-melee

image

A multiplayer battle game where you must take out the players by swinging various exotic animals. You can pick up different animals throughout the stage, which all have different benefits and physics.

The websockets server uses node.js, and is incredibly similar to Snoverchill's. clientScene.js attempts to connect to a server that is up occasionally, though you can change that yourself and host elsewhere.

Ludum Dare page: http://ludumdare.com/compo/ludum-dare-32/?action=preview&uid=7339

Bot

image

I made a bot for this game so that you can play it without other players. You still need the server connection, currently. You can find it at bot/, and it must be run separately from the game.

For more information, check out this writeup: http://ludumdare.com/compo/2015/04/25/making-a-post-compo-bot-for-your-multiplayer-compo-game/