Skip to content

acosgames/acosgames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACOS Simulator

View Documentation

ACOS.Simulator.Demo.mp4

This package must be run from your game project.

The builds directory structure is required in your project:

image

Your code for both client and server must each be bundled into a single js file.

client.bundle.js

will be loaded inside an <iframe> at the end of the <body> tag.

  • There is a <div id="root"> tag that should be targetted by your front end framework.

server.bundle.js

will be loaded on the server-side of simulator.

View TicTacToe code for example usage

View Memorize Up code for example usage


Install

npm install acosgames

Running the simulator

Note: You must run this from inside of your game project in same folder as the package.json file.

npx acos

Community

Chat with us on Discord

Releases

No releases published

Packages

No packages published

Languages