
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
⚠️ WORK IN PROGRESS Not all documented features are fully implemented yet.
Game development kit for the Gamewall platform. Includes build tools, simulator integration, and runtime validation.
⚠️ Builds only run inside the Gamewall environment.
Create a new project:
npm create gamewall@latest
or:
npx gamewall create
Manual install:
npm install gamewall
Recommended scripts:
{
"start": "gamewall serve",
"build": "gamewall build --output-folder dist"
}
Run dev mode:
npm start
localhost:31302npm run build
Outputs a .gwpack file ready for submission.
Defines how your game runs inside Gamewall.
gameWallSpec: '2.0'
name: My Game
codename: my-game
version: '1.0.0'
screensAvailable:
- screen
defaults:
screen: screen
controller: null
scoreboard: null
playerCount:
exact: 1
settings:
tickRate: 64
queueLength: 50
Sensors
sensors:
vision: pose
→ also accepts array or object
Configurables
configurables:
- id: example
type: string
default: 'value'
Types:
string | number | boolean | color | file | select | multiselect | list | object
Rules:
rules:
required: true
min: 1
max: 10
minLength: 3
maxLength: 20
nullable: true
Copyright (c) 2024, Mondriaan DC Kft.
This software is intended for use to contracted partners of its respective authors. Access to this software shall not be construed as a license to use, modify, or distribute this software. License to use this software is granted only through a separate written agreement.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Development kit for the [Gamewall](https://gamewall.hu) platform
We found that gamewall demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.