GGJ22/Engine
2022-01-29 16:31:40 -08:00
..
src Add some physics handling 2022-01-29 16:31:40 -08:00
.gitignore Add important ignore rules 2022-01-29 00:32:38 -08:00
index.html Add initial engine pass 2022-01-29 01:37:01 -08:00
package-lock.json Add planck as dep 2022-01-29 16:30:26 -08:00
package.json Add planck as dep 2022-01-29 16:30:26 -08:00
README.md Add README 2022-01-29 12:13:03 -08:00
tsconfig.json Add initial engine pass 2022-01-29 01:37:01 -08:00

GGJ22 Engine

This engine is a Typescript-based engine for GGJ22. It reads files in the yet-to-be-publicly released Vio formats.

Installation & Running

Ensure you have node installed, preferably node v16. Download from here.

After installing, open a terminal or command prompt in this directory and issue the following commands:

npm i
npx parcel index.html

You can now access the game at http://localhost:1234.