Skip to content

arcade2d/world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

Provides components for composing and running a game world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published