A downloadable game for Windows, macOS, and Linux

Download NowName your own price

Battle for Egg Island! Protect the your nests from being overrun by the enemies crawling from the depths! Play with your friends or acquaintances in this multiplayer tower defence game.  Created for the Love2D Jam 2022 with the theme Earthquake by 4 people. You can check out the Github repo here.

EngineerSmith; Programmer + Animator; Twitter @EngineerSmith_
Rhyno; Environment Artist + Animator
Yolwooclel; Character Artist; Twitter @yolwoocle_
Katoki; Monster Artist

If you do donate, money will go towards server hosting on AWS.

Common connection problem: make sure the application is allowed through your firewall otherwise it cannot communicate with any server over the internet!


Download

Download NowName your own price

Click download now to get access to the following files:

Love.zip (Requires Love 11.4) 11 MB
windows_x64.zip (Doesn't include all files) 15 MB
windows_x64_fixed.zip 15 MB
love2d_license.txt 65 kB

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>`