Skip to content

T410/rock-paper-scissors

Repository files navigation

Rock Paper Scissors

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


Deployed Link

You can see the online version of this code right here!


Installation

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 Tech

HTML Canvas

Used canvas without any packages

webpack

Generating html from html template and bundling a single script file in dist folder.

Using loaders.

Also using webpack dev server.

TypeScript

Used TS for everything basically

Netlify

main branch is automatically deploying to netlify