This is a minimalistic rock, paper, scissors game made with TypeScript which is JavaScript with syntax for types.
- The games has three buttons, that allows you to select an option of either, rock, paper or scissors!
- You have the chance to play against the computer, and the first to reach 20 points wins!!
- It has a very modern UI that is just so eye-catching.
- Ability to switch between light and dark mode using
prefers-color-scheme
.
- TypeScript (Vite template)
- Vanilla HTML
- Vanilla CSS
The site will be is live here: RPS Game. Well you can also clone the repo for your own fun using:
git clone https://github.com/the-pro7/rps-typescript.git
npm install
to install all dependenciesnpm run dev
to run the development server- Boom that's it! Easy right?? I know! So hop on already ππ!!
Be sure to send your pull requests if you think you've got something much interesting to add! I'd be happy to merge themππ!
Contact moi: ameyawemmanuel900@gmail.com . I'd be happy to reply!
Made with love for TypeScriptπ. Learn it now!