1.0.12 • Published 2 years ago

bge-core v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.20

2 years ago

0.3.22

2 years ago

0.3.21

2 years ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.19

2 years ago

0.3.18

2 years ago

0.3.13

2 years ago

0.3.9

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.2.6

2 years ago

0.1.7

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.3.4

2 years ago

0.2.5

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

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