Skip to content

Latest commit

 

History

History
145 lines (88 loc) · 2.99 KB

README.md

File metadata and controls

145 lines (88 loc) · 2.99 KB

Badge License    Badge Version


Darworms

A territory capture strategy game for 1 - 4 players
based on the 1983 Electronic Arts Game Worms? .


Badge Netlify



Button Website    Button Worms?    Button LinkedIn



Details

  • Has a four player mode.

  • Doesn't have a server component

    ⤷ No user id
    ⤷ No login
    ⤷ No authentication
    ⤷ No remote storage



Dependencies

Build Runtime
NodeJS Google Analytics
Rollup JQuery Mobile
        NPM                      JQuery             


Installation

  1. Download or Clone this repository.

  2. Navigate to the project folder.

  3. Install the server with:

    npm install


Usage

Localhost

This will start the server at http://localhost:5000

npm run serve

Dev

Starts the server in development
mode with dynamic reloading.

npm run dev

Build

Build the production bundle with minimized code.

npm run build