My project of web game using just .html .css and plain .js
└── balloonWebGame/
├── img/
│ └── xxx
├── scripts/
│ ├── balloonService.js
│ ├── entityService.js
│ ├── healthService.js
│ ├── moneyService.js
│ ├── pathService.js
│ └── script.js
├── .gitignore
├── README.md
├── index.html
└── style.css