Articles by Ondřej Žára
-
JavaScript Style Badge – Your JS Signature
I recently launched a new hobby website of mine: http://jsstyle.github.com/. The purpose of this page is simple: after filling out a JS-related questionnaire, users are awarded by a small fingerprint of their answers (somewhat similar to the Geek Code). It is possible to use the generated badge as an e-mail signature or to impress your […]
-
Developing a simple HTML5 space shooter
Experimenting with modern web technologies is always fun. For my latest project, I came up with the following requirements: Not a complex game, rather a proof-of-concept Space shooter theme Canvas-based rendering, but no WebGL Re-use of existing sprites (I am no artist) Rudimentary audio support AI/Bots Working network multiplayer I worked on this project only […]