1.0.12 • Published 6 months ago

bge-core v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

bge-core

Core TypeScript library for writing games.

Requirements

  • Node / npm >= 9.0.0

Building

After cloning / pulling changes, run this to make sure all required packages are installed:

npm install

You can then build with:

npm run build

Testing

When making changes to bge-core, you'll need a local game to test with. Let's use bge-test as an example.

Clone the game project so its directory is next to the directory for bge-core:

git clone https://github.com/team-bge/bge-test.git

Change to the newly cloned game's directory, then link to bge-core:

cd bge-test
npm link ../bge-core

Now you can test the game, and with it test your local copy of bge-core:

npm start

This should open a browser window showing the running game. Any changes you make to the game code will be compiled and loaded immediately, but if you change bge-core make sure you recompile that too!

1.0.8

9 months ago

1.0.7

10 months ago

1.0.11

8 months ago

1.0.10

9 months ago

1.0.12

6 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.3.20

12 months ago

0.3.22

12 months ago

0.3.21

12 months ago

0.3.17

1 year ago

0.3.16

1 year ago

0.3.15

1 year ago

0.3.14

1 year ago

0.3.19

1 year ago

0.3.18

1 year ago

0.3.13

1 year ago

0.3.9

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.2.6

1 year ago

0.1.7

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.2

1 year ago

0.2.3

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago

0.3.4

1 year ago

0.2.5

1 year ago

0.3.3

1 year ago

0.2.4

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago