What is it?
GTP is a very basic 2D game library written in JavaScript. It's just something I'm tinkering with and I doubt it is useful for anybody out there. It currently handles:
- Input (keyboard and mouse, touch input in the future)
- Audio
- Resource loading
- Screens/state management
- Sprites
- Bitmap fonts
- Tiled map support
Games built with GTP
- Generic demo (source)
- Pacman (source)
- Dragon Warrior (source)
Documentation
License
This library is licensed under a modified BSD license.
Authors and Contributors
- bobbylight - Everything