Battle for Egg Island
A downloadable game for Windows, macOS, and Linux
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!
Status | Released |
Platforms | Windows, macOS, Linux |
Authors | EngineerSmith, Yolwoocle, Katoki, rhy |
Genre | Strategy |
Made with | LÖVE |
Tags | duck, Game Jam, LÖVE, Multiplayer, Tower Defense |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Multiplayer | Server-based networked multiplayer |
Links | Twitter/X |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
make a sequel but this time replace the word egg with “dream”
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>`