Skip to content

Javascript "MOBA" game made in 48 hours for Ludum Dare 34 (Dec 2015)

License

Notifications You must be signed in to change notification settings

RHY3756547/LD34-FlOBA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlOBA

image

A multiplayer Javascript game where you draft abilities against another player to attempt to hinder their growth, while boosting yours. First to the goal wins.

The websockets server uses node.js, like my previous two multiplayer entries. One notable change from my last multiplayer game is that this uses a synchronised command stream model, unlike Snoverchill which ran asynchronously.

The game is incomplete, though it's technical design is still of some interest. It's quite weird setting up things that are meant to follow "interfaces" in ES5, so there's an interesting approach to the structure of the project.

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

About

Javascript "MOBA" game made in 48 hours for Ludum Dare 34 (Dec 2015)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published