Re: I'm writing a Tempest clone in ClojureScript

2012-04-09 Thread Curtis Gagliardi
This is some cool stuff, I'll have to poke through the code later. I've never played tempest, so I don't know what's supposed to happen, but it was interesting to just move towards the focal point and let the flippers pile up around the edges. On Mar 22, 7:14 pm, Trevor Bentley wrote: > I'm teach

Re: I'm writing a Tempest clone in ClojureScript

2012-04-07 Thread Trevor Bentley
That's in my TODO list... seems that the Google Closure keyboard handler just doesn't two keys at once, so key handling eventually has to be managed some other way. For now, playing makes a terrible racket :) On Saturday, April 7, 2012 7:45:32 PM UTC-4, David Nolen wrote: > > Fun! Would be nice

Re: I'm writing a Tempest clone in ClojureScript

2012-04-07 Thread David Nolen
Fun! Would be nice if you could move and fire at the same time :) On Sat, Apr 7, 2012 at 3:12 AM, Trevor Bentley wrote: > Greetings! > > Tempest (in ClojureScript) has come a long way in the last couple of > weeks. A playable demo is now up: > > Play Tempest-cljs

Re: I'm writing a Tempest clone in ClojureScript

2012-04-07 Thread Trevor Bentley
Greetings! Tempest (in ClojureScript) has come a long way in the last couple of weeks. A playable demo is now up: Play Tempest-cljs Best results with Chrome. Left and Right to move, spacebar shoots. It's legitimately playable now, though

Re: I'm writing a Tempest clone in ClojureScript

2012-03-22 Thread David Nolen
Very cool :) On Thu, Mar 22, 2012 at 8:14 PM, Trevor Bentley wrote: > I'm teaching myself Clojure/ClojureScript/HTML5 via an excessively complex > first project: a clone of the arcade game Tempest. I thought it might be a > handy resource to share since I've found surprisingly few ClojureScript

I'm writing a Tempest clone in ClojureScript

2012-03-22 Thread Trevor Bentley
I'm teaching myself Clojure/ClojureScript/HTML5 via an excessively complex first project: a clone of the arcade game Tempest. I thought it might be a handy resource to share since I've found surprisingly few ClojureScript examples. More certainly couldn't hurt. https://github.com/mrmekon/temp