Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twisterghost/project-heights
A JavaScript game engine and framework. No longer maintained.
https://github.com/twisterghost/project-heights
Last synced: about 2 months ago
JSON representation
A JavaScript game engine and framework. No longer maintained.
- Host: GitHub
- URL: https://github.com/twisterghost/project-heights
- Owner: twisterghost
- Created: 2012-12-11T16:04:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-27T17:02:36.000Z (over 11 years ago)
- Last Synced: 2024-04-13T07:47:04.636Z (9 months ago)
- Language: JavaScript
- Homepage: http://heightsjs.com
- Size: 403 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Project Heights - JavaScript Game Engine
## Introduction
Project Heights is a powerful but lightweight, purely JavaScript game engine.
It is built from the ground up to be easy to get started with while being
powerful enough to handle any kind of project.## Community
Heights has a Google Group to handle mailing lists and message boards. Join us
at [our group](https://groups.google.com/forum/#!forum/projectheights) to learn
more and participate in a growing group of developers.## Website & Documentation
Visit the [Project Heights Website](http://heightsjs.com) for more information
about the engine. **Looking for the documentation?**
[Look no further!](http://docs.heightsjs.com)## Open Source Project
Heights is completely open source and accepting pull requests. If you want to
help add to the project, you can see what is on the list of to-do's and what is
going on at [our trello board](http://trello.heightsjs.com). Join the board for
more input, and feel free to branch, develop and send pull requests.## License
Project Heights is under the MIT License.Copyright (c) 2013 Heights.js Development Team
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.