0.0.30 • Published 4 months ago

bozoecs v0.0.30

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

BozoECS

'An ECS is a software architectural pattern, mainly for video game development to represent game world objects' - wiki. This ECS implementation is written in JavaScript.

Examples

Installation

With npm

step 1: install the package

npm install bozoecs

step 2: import in js

const ecs = require("bozoecs");

With HTML

step 1: include BozoECS in HTML with unpkg

<script src="https://unpkg.com/bozoecs"></script>

step 2: it is ready to use with the namespace BozoECS

console.log(bozoecs);
0.0.30

4 months ago

0.0.25

4 months ago

0.0.26

4 months ago

0.0.27

4 months ago

0.0.28

4 months ago

0.0.29

4 months ago

0.0.24

4 months ago

0.0.23

4 months ago

1.0.19

8 months ago

1.0.2

10 months ago

1.0.18

8 months ago

1.0.1

10 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.22

7 months ago

1.0.21

7 months ago

1.0.20

7 months ago

1.0.11

8 months ago

1.0.10

9 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.0

11 months ago