Notes from a newbie getting started on Virality Engine.
https://github.com/bufferswap/ViralityEngine
Very good README. Overview, Install and Usage understandable and works to get a newcomer up and running (I use Linux).
| (in-package :dungeon-game) | |
| (defclass client-data () | |
| ((map :accessor :map | |
| :initform (make-array '(10 10) :initial-element 0)) | |
| (entities :accessor :entities | |
| :initform (make-hash-table)) | |
| (participants :accessor :participants | |
| :initform ()) | |
| (status :accessor :status) |
| <link href="../paper-tabs/paper-tabs.html" rel="import"> | |
| <link href="../paper-tabs/paper-tab.html" rel="import"> | |
| <link href="../core-pages/core-pages.html" rel="import"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| #design_host { | |
| position: absolute; |