czinn / cloudy-sword

Turn-based arena battle game, written in JavaScript + Node.js.
4 stars 0 forks source link

cloudy-sword

Logo

A turn-based arena battle game, written in JavaScript + Node.js.

Running cloudy-sword

  1. Install Node.js.

  2. Clone the repository using Git.

    git clone git@github.com:Semicolon314/cloudy-sword.git

  3. Run npm install in the repository to install all necessary Node packages.

  4. Run node index.js to run the server.

  5. Navigate to http://localhost:5000.

Let us know if these steps don't work.