Mobile/desktop RTS game!

I vibey’d this out a while back in a week.
I;m thinkin’ to vibey in some multiplayer


I didn’t write a line.

5 Likes

Did a multiplayer pass. Lots of ‘she loves me, she loves me not’.

The controls are a bit odd but you can play with just a mouse using right click + scroll wheel, spacebar opens the menu from the anchor closest to your mouse pointer

The objective is to occupy your opponent’s agora.

3 Likes

Looks great! What are you using for the mutliplayer? I’m using Colyseus and it works awesome! :slight_smile:

1 Like

I just hooked it into my own chat app (running redis) for simple signalling channels to set up webRTC P2P handshakes! (VPN connections are disabled atm, since they cost extra [and are technically less secure ;p]) The actual game netcode is being a trooper keeping players synced, it needs a review to actually prevent the initial drift though..

Looking forward to a theme/gameplay pass!

ur game is fun btw

1 Like

Wow, impressive! I could never bring myself to try coding something like this from scratch, but I’m also a rookie at the same time :smiley:

And thank you! I have been working hard on polishing up the game (adding sounds, vfx, new UI, etc.) and it’s finally starting to come to live.