Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanema committed Oct 26, 2011
1 parent a8cc3d4 commit b663f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Lightweight Tile Engine For HTML5 Game Creation=============This a a working version from what I learn from <a href="http://www.johnegraham2.com/web-technology/javascript-2d-tile-engine-canvas-helper-objects/">Johne Graham</a> Additions include* dynamic viewport * circular rendering* gridded tile sets* sprite movements and animation* kinetic mouse scrolling* implemented timestep and minimal physics* plus more.... Please try this out in Chrome before any other browser. I believe it is becauseChrome uses V8, but chrome will get around 233fps where all other browsers get only around 90fps.Status------This project is a WORK-IN-PROGRESS and is not yet ready to use but you are free to take it and make it into your own! Right now this project mainly supports chrome because of how nice V8 isbut it should support other browsers in the future.TODO(in the near future)----* Fix Firefox, Background does not show up* Improve collision detection and more basic physics* timesteped sprite animation * Better Comments for those learning* TestsLicense ------- Lightweight Tile Engine For HTML5 Game Creation Copyright (C) 2010 John Graham Copyright (C) 2011 Tim Anema This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Lightweight Tile Engine For HTML5 Game Creation=============This a a working version from what I learned from <a href="http://www.johnegraham2.com/web-technology/javascript-2d-tile-engine-canvas-helper-objects/">Johne Graham</a> Additions include* dynamic viewport * circular rendering* gridded tile sets* kinetic mouse scrolling* timestep and minimal physics* plus more.... Please try this out in Chrome before any other browser. I believe it is becauseChrome uses V8, but chrome will get around 233fps where all other browsers get only around 90fps.Status------This project is a WORK-IN-PROGRESS and is not yet ready to use but you are free to take it and make it into your own! Right now this project mainly supports chrome because of how nice V8 isbut it should support other browsers in the future.TODO(in the near future)----* Fix Firefox, circular rendering is glitchy* redo sprite movements and animation (after overhaul needs redone)* Improve collision detection and more basic physics* timesteped sprite animation * Better Comments for those learning* TestsLicense ------- Lightweight Tile Engine For HTML5 Game Creation Copyright (C) 2010 John Graham Copyright (C) 2011 Tim Anema This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Expand Down

0 comments on commit b663f56

Please sign in to comment.