esviji is a puzzle game in which you have to destroy balls to gain points and progress through as much levels as you can
- Vectorial interface, scalled to fit any viewport size without any visual loss, optimized for portrait orientation
- Multiple interaction options: keyboard, mouse & touch
- Current game persistence: close your browser and resume your game when you return
- Full off-line support
This game came out of my mind 20 years ago thanks to the great platform that were HP 48 calculators (I've had 3 of them). I loved playing Puzzle Bobble, Tetris and other casual game on my HP, but was also eager to develop my own game (a sily habit I have to develop games to discover new platforms/languages), and came with this idea of a kind of mashup of Puzzle Bobble and other games.
I never found a satisfying name for this game, so I now took "esviji", a word game on "SVG", the technology used for its development.
esviji is open source, under MIT licence, feel free to fork it on Github, make pull requests and open issues for bugs and improvement ideas.
- Most recent desktop browsers: Firefox, Chrome, Safari, Maxthon (this one's for Matthias)
- Some mobile browsers: iOS Safari, Chrome Mobile, Firefox Mobile
- Some desktop browsers: Opera
- Some mobile browsers: Android browser
- Open a new issue!
Aggregated analytics data is collected through Google Analytics and is only used to improve the game and develop new features.
- JavaScript, with a little bit of jQuery
- Matthias's awesome SVGEventListener polyfil for SVG animate events in webkit
- Craig Campbell's mousetrap for keyboard controls
- Marcus Westin's store.js for localStorage wrapper
- GoldFire Studios's Howler.js for sounds playing
- Cédric Pons Polo's awesome sound design. Check his other creations on Panel Sonore
- Jérémie for inspiration about SVG's power and assistance finding great docs in Mozilla Developer Network
- Karl for his kind assistance on Opera issues (some were real bugs, some were my own mistakes)
- Anthony for his kind assistance on Firefox issues (again, some were real bugs, some where MDN errors, some were my own mistakes)
- Matthias for his SVG animate events polyfil
- Vincent for the logo following Firefox OS app icon design principles
Look at the roadmap.
Feel free to fork, fix and submit a pull requests. Alternatively, open issues for bugs and feature requests.
@necolas wrote down some good guidelines for contributing. Please keep these in mind when contributing to this project.
Please use the .editorconfig
file in order to set the right usage of tabs/spaces aso. in your editor. Visit editorconfig.org for more information.
esviji is released under the MIT License.
Copyright (c) 1992-2014 Nicolas Hoizey [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.