@arcade2d/world
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @arcade2d/world

Weekly Downloads

0

Version

0.3.2

License

MIT

Unpacked Size

43 kB

Total Files

23

Last publish

Collaborators

  • martywallace