Skip to content

turbolib is a high-level javascript 2D game library.

License

Notifications You must be signed in to change notification settings

emirhanyener/turbolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turbolib


Docs

About

turbolib is a high-level javascript 2D game library.

Features

  • 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

Installation

This project created with JavaScript. It doesn't need any requirements.

  1. Clone the project:
git clone https://github.com/emirhanyener/turbolib.git
  1. Create a canvas element and add to HTML file
  2. Equalize id of canvas to id of canvas in config file
  3. Add the library:
<script type="module" src="turbolib.js"></script>

License

MIT License