Skip to content

bni/orbium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d49c4a4 · Aug 21, 2024

History

80 Commits
Nov 13, 2018
Nov 13, 2018
Nov 13, 2018
Nov 13, 2018
Nov 13, 2018
Jan 21, 2013
Oct 12, 2010
Aug 20, 2024
Nov 13, 2018

Repository files navigation

About the game

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

Try the game at https://bni.github.io/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.