Comments

Log in with itch.io to leave a comment.

(2 edits)

Public server was kept up for a week for the jam, now you'd have to start your own server with the instructions in the zips

To start a basic local version:

Windows: In a command terminal, run `BattleForEggIsland.exe -server` Linux + other: In a command terminal, run `love  BattleForEggIsland.love -server`

Finally: You'd be able to access the server on your local machine at `localhost:20202` The server does start on 0.0.0.0, so if you port forward on your router port 20202 then you can share it with the world. Otherwise you can pick which port it uses by adding `-port <port number>`