Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mk4levi/pirate-war-game

Pirate War Game using Vanilla-JS
https://github.com/mk4levi/pirate-war-game

arrow-functions classes-and-objects export import object-destructuring ternary-operator vanilla-js

Last synced: 3 months ago
JSON representation

Pirate War Game using Vanilla-JS

Awesome Lists containing this project

README

        

# Pirate War Game

## => 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/

Getting Started

1. To get started with this project, you will need to have `Git` installed on your system.

2. First, you need to open a `Terminal` in your system and `Clone` this repository by using :

```bash
git clone https://github.com/Mk4Levi/Pirate-War-Game.git
```

3. Navigate to the Project's directory :

```bash
cd Pirate-War-Game
```

4. Finally, host it on local server :

```bash
Open Live Server from your Code Editor
```

Paths & Files

### Structure of the Folders & Files in this Repo :

```text
.
|
├── css/
├── images/
├── index.html
├── app.js
├── Character.js
├── data.js
├── utils.js
├── README.md

```

# Thank You