This is a weekend project of mine where I wanted to create an automated pseudo RTS (RealTime Strategy) simulation containing rock, paper and scissors army
You can see the online version of this code right here!
npm start
opens a new browser window and show the project
npm run build
creates and html and a bundled script file in dist folder
Used canvas without any packages
Generating html from html template and bundling a single script file in dist folder.
Using loaders.
Also using webpack dev server.
Used TS for everything basically
main branch is automatically deploying to netlify