Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 482 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 482 Bytes

Nations

This repo is the minimum viable product for Byte-Sized Packet's game "Nations" (working title).

How to Run

If nodejs is not installed, please install it from here or your package manager of choice.

Run the start-windows.bat script if you're running Windows, and run start.sh otherwise.

How to Join

Join http://localhost:6969 in your browser.

The port can be changed by modifying the serverPort variable in server.js.