0.3.2 • Published 2 years ago

@arcade2d/world v0.3.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

@arcade2d/world

Coverage Latest Release

Repository · Website · Reference

The aim of this library is to construct and simulate a game world in an abstract sense. It does not provide any functionality or features outside of this such as rendering capabilities (graphics), sound or other game related components. It purely focuses on a game world and how objects within that world can be interacted with and interact with each other.

It covers things like:

  • A base class to build your own world objects from.
  • Adding and removing objects from a world.
  • Simulating a step within the world, which cascades down to objects within that world.
  • Mathematical concepts for objects within the world such as 2D vector positions.
  • Querying the world for certain objects.

Installation

$ yarn add @arcade2d/world
0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago