Cloud Sweeper. A web game where you fly a plane to clear the sky.

github.com/getify/cloud-sweeper

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2016
  • improving local storage handling for settings (incl best scores), per…
  • Merge pull request #29 from ntwcklng/master
  • save settings in storage
  • add storage.js
  • perf: changing 'Text.getText(..)' to reuse an array instead of churni…
  • perf: batching cache behavior for plane propeller
  • fixing subpar minification on eventemitter3 lib
  • tweak refactoring in play-intro, per #14
  • fixing shaking bug, closes #26
  • fixing bug with detecting DOM-ready
  • refactoring: moving play-hint elements to screen elements interface (…
  • refactoring: splitting out retry-screen to its own module, per #14
  • fixing play-intro-screen refs in game.js, per #14
  • refactoring: renaming welcome to welcome-screen, per #14
  • adding strict-mode decl to some files where it was missing
  • refactoring: updating to play-intro naming and updating urls for play…
  • refactoring: renaming play-hint code to play-intro, moving play-hint …
  • refactoring: moving game intro to play-hint, per #14
  • more refactoring per #14
  • moving play-hint.js