New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

acosgames

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acosgames

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

ACOS Simulator

View Documentation

https://user-images.githubusercontent.com/1610876/209871930-1e88e11c-c54a-41bf-a5a5-ce5c6f9e3903.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

FAQs

Package last updated on 19 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts