public
Description: javascript isometric game engine
Homepage: http://greenmayo.com
Clone URL: git://github.com/clindsey/cll_js_iso.git
clindsey (author)
Wed Jul 29 16:43:44 -0700 2009
commit  7aa8e244506c7027fda1c578ea9277914809ed59
tree    68e983d4c4063b86f1920afdfd19932df9923b2a
parent  ba0b824c4e029e35f2fcbb36b24c63d4f0ccd823
name age message
file README Loading commit data...
file index.html Sun Oct 05 13:30:50 -0700 2008 new graphics [clindsey]
directory lib/ Sat Oct 04 20:08:42 -0700 2008 changed images to proper img tags, hopefuly imp... [clindsey]
directory tiles/ Sun Oct 05 13:30:50 -0700 2008 new graphics [clindsey]
README
issues:
  I haven't tested this example outside of firefox 3 on ubuntu, probable issues in other browsers

note:
  You may be more interested in the canvas version of this, http://github.com/clindsey/CarterHenry

credits:
  data structures ported from Michael Baczynski's AS3 Data Structures For Game Developers. (http://lab.polygonal.de/ds/)

    graphics by JayelDraco (http://www.jayeldraco.com )
  jQuery javascript framework (http://jquery.com/)

license:
  MIT License
  
  Copyright (c) 2008 Chris Lindsey

  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.