Skip to content

Instantly share code, notes, and snippets.

View BrunoAssis's full-sized avatar

Bruno Assis BrunoAssis

View GitHub Profile
@BrunoAssis
BrunoAssis / Fire.lua
Created January 21, 2013 19:12 — forked from juaxix/Fire.lua
Fire = class()
-- Towers versus Zombies by @juaxix
-- LGPL - 11/2011 
-- http://videojuegos.ser3d.es
-- it is a pleasure to gift this to the world 
-- thanks from heart to all the 2lifesleft team
function Fire:init(attackpower,position,model)
    self.attackpower = attackpower
    self.position    = position
    self.parent      = model

Scaffold for a browser app build with Ember.js, Rails, Ember.Data

Journal App

This is a scaffold for setting up: an API with Rails and the ember-rails gem, persistence with Ember.Data, and a browser app using Ember.js

See source code on GitHub: pixelhandler/journal.