Added configuration to enable building the project from the VS Code task system.
Restructured the static resources ("images" and "sounds" folders) to be under "web" folder. The web folder is to contain any resources needed by the game at runtime. The build process automatically copies any files in the "web" folder to the root of the "out" folder.
Added two main VS Code tasks:
build - Builds the project into "./out" directory. Configured as the default build task.
run - Opens "./out/index.html" in the default browser.
Requirements:
A Powershell terminal is required as the task commands are written in Powershell.
Tweego Compiler on path as the build command attempts to execute it from shell.
Added configuration to enable building the project from the VS Code task system.
Restructured the static resources ("images" and "sounds" folders) to be under "web" folder. The web folder is to contain any resources needed by the game at runtime. The build process automatically copies any files in the "web" folder to the root of the "out" folder.
Added two main VS Code tasks:
Requirements: