FAZA 0: Initial project setup - Electron + Phaser configuration

This commit is contained in:
2025-12-06 17:47:56 +01:00
commit cdcd7f8bc6
9 changed files with 502 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "novafarma",
"version": "1.0.0",
"description": "NovaFarma - 2.5D Isometric Survival Game",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"phaser": "^3.80.1"
},
"devDependencies": {
"electron": "^33.2.1"
}
}