Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bni/orbium
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bni/orbium
- Owner: bni
- License: gpl-2.0
- Created: 2010-10-12T17:23:59.000Z (about 14 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-08-21T06:30:17.000Z (3 months ago)
- Last Synced: 2024-08-21T07:53:11.818Z (3 months ago)
- Language: JavaScript
- Homepage: http://bni.github.com/orbium
- Size: 16.2 MB
- Stars: 87
- Watchers: 6
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-games - Orbium - Modern version of the 90's game Logical. (Browser-Based / Puzzle)
README
[Orbium](http://bni.github.com/orbium)
================================About the game
---------------------------------------
Orbium is a modern version of the 90's game [Log!cal](http://hol.abime.net/906).Try the game at .
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.