Skip to content

master-gamma-force/javascript-game-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core of Javascript Game

This project expose a testing interface in the frontend using workers.

is just a work in progress that will be integrated to https://github.com/master-gamma-force/javascript-game-frontend.

How It works

The tests will be running in a workers file because We are running the eval function, which is very unsafe for systems and the workers are completely isolated to the systems, also We're using external libraries in the workers file and because the isolation cannot use any import, so is required to generate a bundle to run the workers code.

How to run It

Install

npm install

Run

Development

npm run start:dev

Production

npm run build
npm run start

npm run build

This script generates the bundles for the workers, should generate a new bundle for any change in the workers.js file

npm run start

It will start the project in a new server

Answers

The answers of the tests are in the folder src/expected If you want to test just the functionality.

About

Core tester of Javascript game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •