antoineheseque/HawaiianFactory
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# HAWAIIAN FACTORY ################# # For local use ################# # # cd /projectFolder # npm start # http://localhost:1234/game.html # ################# # # Count lines in project: # Open Windows Powershell # Go to the project then js/ folder # dir -Recurse -Include *.js -exclude phaser.js | Get-Content | Measure-Object -Line #