Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mk4levi/pirate-war-game
- Owner: Mk4Levi
- Created: 2023-06-10T04:14:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T15:07:26.000Z (5 months ago)
- Last Synced: 2024-10-07T09:24:36.391Z (4 months ago)
- Topics: arrow-functions, classes-and-objects, export, import, object-destructuring, ternary-operator, vanilla-js
- Language: JavaScript
- Homepage: https://mk-pirate-war-game.vercel.app/
- Size: 6.92 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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