turbolib
is a high-level javascript 2D game library.
- GameObject physics
- Easy image manage
- Animation
- Camera
- User Interface
- Object function
- Global function
- Keyboard Manager
- Alerts
- Scenes
- Collision
- Map Image to Scene
- Trigger event
- Particles
This project created with JavaScript. It doesn't need any requirements.
- Clone the project:
git clone https://github.com/emirhanyener/turbolib.git
- Create a canvas element and add to HTML file
- Equalize id of canvas to id of canvas in config file
- Add the library:
<script type="module" src="turbolib.js"></script>