Andrew Brown

Results 72 issues of Andrew Brown

I have tried to consolidate the documentation into the readme. I've reorganized the files into a directory structure.

Lets say we have a property called http-equiv `%meta{ 'http-equiv' => "content-type", :content => "text/html;charset=utf-8" }` Currently it doesn't liked string based property keys, but haml support this.

I'm used to haml supporting the json-like syntax over hash rockets. `.projects{ng:{repeat:"project in projects"}}` If you are using angularjs it really condenses the code to have json-like syntax

I'll give you an example. `%link{ :href => "https://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400,600,700,800", :rel =>"stylesheet", :type => "text/css" }` This will error out as "runtime error: index out of range"

Garbage will not drop until there is room. #### Research This requires game-mechanics research, [ask the experts](https://github.com/omenking/swap-n-pop/wiki/Research-Assistance-for-Game-Mechanics). - [ ] when will garbage not drop? - [ ] is there...

garbage

When in ModeVS and a player win or loses a round. - [x] A player can quit match or continue to next round - [ ] In multiplayer same options,...

ui / menu

Setup a community server. Suppose this could be written in anything. Maybe GO since it requires only a binary to upload to a server and will just run. Doesn't have...

server

We need this screen completed: ![screen_shot_2017-12-27_at_7 35 27_pm](https://user-images.githubusercontent.com/7776/34411266-a9f5b55a-eba3-11e7-834a-b762581f9347.png) - [ ] create a new State that moves from menu -> menu_mode_vs -> mode_vs - [ ] should be able to...

enhancement
ui / menu

Jon discovered that when his wireless controller disconnected it would break the game. ```js Phaser CE v2.9.3 | Pixi.js | WebGL | WebAudio http://phaser.io ♥♥♥ phaser.js:43471 Uncaught TypeError: Cannot read...

bug