Multiplayer platformer game. You are planting plants and watering them so that they can grow. Be quick, as your money runs out and you will lose the game without it. Thankfully you get experience from collecting plants, which gives you upgrades and new more expensive crops to choose from.


Controls:

xBox controller: left joystick - move, a - jump b - switch tool;

keyboard: WASD to move, SPACE to jump, e - switch tool


Credits:

Game made for Playroom Summer Jam 2023, used 2d parkour game template

crop sprites and names: https://apsyll.itch.io/top-down-fantasy-crops

StatusIn development
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(3 total ratings)
AuthorFancyHat
GenrePlatformer
TagsFarming, Multiplayer
Average sessionA few seconds

Download

Download
plantkour.zip 560 kB

Comments

Log in with itch.io to leave a comment.

Hey FancyHat, I'm really intrigued by the multiplayer system you implemented in your Unity game. Could you please share some insights into how you went about creating it? Specifically, I'm interested in understanding the key components, challenges you faced, and any unique features or solutions you implemented to make the multiplayer experience seamless and enjoyable for players. Thanks!

(1 edit)

Thanks, it's not a Unity game however. I made it in javascript using Playroom library for creating multiplayer games. It wasn't hard as the library is pretty good. Every player sends their current "joystick" state and the server calculates and sends positions. All the other calculations are done on the client side and once per game day I sync positions of the plants, because they are the ones that can get desynced. 

I've heard Playroom are working on Unity version of their library, but I don't know how soon that will be done.

(+1)

Thank you, I was just wonder because i was playing you game with a group off friends and the multiplayer was very nice. 

(1 edit)

(1 edit)


big

(+2)

Deleted 146 days ago
(+1)

(+1)

Nice Job. Just to note for everyone wondering - this is for old version with very different scoring system