dannycalleri / pixelizr

A little Javascript app that you can use to create your own interactive pixelated logo. It features a very simple AI. Write your name and control your pixel character with the arrow keys. Have fun!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixelizr

A little, customizable Javascript game that you can use to create your own interactive pixelated logo. Be creative! Write your name, your company name, or whatever you want! Have fun!

How-to

You only need 3 things:

  1. pixelizr.js
  2. a div with "pixelizr" id.
  3. the code contained in the bottom of the included index.html

Simply grab the HTML file accompanying the script and start customizing the "level" array.

Put "1" where you want your writing to be and "0" for the void space. Simple!

Contribution

The code is thoroughly commented, but if you run into any problem, let me know! :)

In the spirit of open source software development, I always encourages community code contribution, so let's make a fork! Just please let me know if you do something interesting with it.

License

MIT License

© 2013 Danny Calleri <daniele.calleri@gmail.com>

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.

For more information, see the accompanying "MIT-LICENSE.txt" file.

About

A little Javascript app that you can use to create your own interactive pixelated logo. It features a very simple AI. Write your name and control your pixel character with the arrow keys. Have fun!

License:Other


Languages

Language:JavaScript 100.0%