0.2.0 • Published 2 years ago

@al-engine/game_object v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

Al engine

Scale

This is module with base class of Game Object for Al engine.

You need to extend your class from GameObject and add realisation of needed methods:

  needUpdate
  init
  tick
  update
  render
  draw

Also you can use fields:

  position
  size
  speed
  children
  parent
  sprite
0.2.0

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.0

4 years ago