bni / orbium

Home Page:http://bni.github.com/orbium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the game

Orbium is a modern version of the 90's game Log!cal.

Try the game at http://bni.github.com/orbium.

The code is JavaScript without external dependencies or frameworks. Rendering is done using HTML5 Canvas.

The game targets both desktop and mobile browsers, and works equally well with mouse as with touch input (swipes). Resolution independence is done by selecting an optimal set of resized graphics.

Orbium has partially completed multiplayer (not playable yet). The game server can be run in Node.js, and uses the same code as the client for running the server side simulation. WebSockets is used for communication.

Licenses

Source code is licensed under the GNU General Public License, version 2. Graphics is licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported License.

About

http://bni.github.com/orbium

License:GNU General Public License v2.0


Languages

Language:JavaScript 95.6%Language:HTML 3.9%Language:CSS 0.5%