OK, so I started work on this game quite a while ago but I’m going to start working on it again.
The Basics
At least two players are needed.
Once that requirement is satisfied one player is chosen to be the Shark, and the rest are Minnows.
The sharks have to tag the minnows before time expires, or the minnows win the round.
What’s Done?
So far, with the help of DevBonnie because I can’t build, I have a nice lobby and a single map.
I also have the main coding complete this the game is now playable. I also made it so it waits for the map to be fully loaded for all players before sending everyone to the map (I only half understand how I did this, I’d have to take a look at my code again).
What’s Left?
Since I do plan to somewhat monetize the game I have to implement the system.
Make a custom player list
I might make a custom chat if I can find a reliable way to filter the chat without having bubble chat.
A lot more maps.
For more details on this section check my Trello
Finally here’s the link to the game.
Just a heads up: at this time it is paid access for R$25.
What are your suggestions? Want to contribute a map? Let me know!
Also if you wish to contribute a map it must be formatted like so:
-mainModel (Model)
-partsContainer (Model)
-Spawns (Model)
-minnowSpawns (Model)
-sharkSpawns (Model)
-mapName (StringValue)
-creatorName (StringValue)