W01fw00d / barbarians

A little web-browser turn-based strategy game
GNU General Public License v3.0
5 stars 4 forks source link

Manage js scripts properly #43

Open W01fw00d opened 5 years ago

W01fw00d commented 5 years ago

Maybe try gulp.js

https://gomakethings.com/how-i-setup-my-vanilla-javascript-projects/

W01fw00d commented 3 years ago

I think using ES6 should be enought

W01fw00d commented 3 years ago

Recommendation: manage scripts as "module", so that way we can import js files into other js files like this: https://github.com/W01fw00d/cadaver-cards/blob/main/index.html#L26