=> This is Pirate War Game where 2 pirates battle with each other through their cards by rolling the Dice.
=> I have made this by using Vanilla JS only. For building this game I've used concepts like Import/Export, Object-Destructuring, Ternary Operator, Constructor Methods in Classes, Arrow Functions, etc.
Website Link => https://mk-pirate-war-game.vercel.app/
-
To get started with this project, you will need to have
Git
installed on your system. -
First, you need to open a
Terminal
in your system andClone
this repository by using :
git clone https://github.com/Mk4Levi/Pirate-War-Game.git
- Navigate to the Project's directory :
cd Pirate-War-Game
- Finally, host it on local server :
Open Live Server from your Code Editor
.
|
├── css/
├── images/
├── index.html
├── app.js
├── Character.js
├── data.js
├── utils.js
├── README.md