5 dogs with distinct movement physics, seeded procedural arenas with traps and mineable powerups, smash-style knockback/stocks combat, local 2P and P2P netplay (PeerJS room keys), procedural art and sfx, headless sim smoke tests.
10 lines
281 B
JSON
10 lines
281 B
JSON
{
|
||
"name": "barkour",
|
||
"version": "0.1.0",
|
||
"description": "Barkour — dogfights × parkour. Movement-PvP fighting game with procedural maps and P2P netplay.",
|
||
"type": "module",
|
||
"scripts": {
|
||
"dev": "python3 -m http.server 8137",
|
||
"test": "node test/smoke.mjs"
|
||
}
|
||
}
|