-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - 4 player multiplayer (source included) #253
Comments
that would be awesome |
The only thing this really needs is some proper sprite and camp art. :) |
I think we should keep it two-player for now, this seems like something if added to the current will create more code rot. And there already are a few mp issues (regularly) |
Maybe a separate branch for that until it's fully functional? That's what git is made for... |
Maybe something for further down the line. Maybe we should slow down implementing features for now and focus on bugs. The game has gotten a lot less stable recently. Like you said mainly in multiplayer. |
I am already busy refactoring the code, almost done creating a good level loading system (also enables easy creation of different game modes). This will ateast help decrease the code rot, which should be more focused on atm imho. |
Awesome thanks Scorpion1122! A problem I can imagine with different game modes is that different maps would be needed. For example you dont want to use 2player maps for 4player games. They have to be a way to separate maps by game mode. |
We first need to fix the bugs --> #255 |
nope not realy, if the game mode does not recognize the tile color it just fills it with a ground tile.(4 players would however need a little bit more coding). |
if it does that and you have an opening in the wall for 2 more bases you will get in trouble if you play 4 player maps with 2 players. Cant we make like ---> host button ---> how many player you want to play with ? 2/3/4 ) ---> map screen with appropriate maps ---> difficulty --> play!! |
Same for singplayer if AI-player is there :) |
Then we should also make it mapable where players would spawn, and even then seperate maps are not needed if handled smart. But that for now is out of scope. My addition is a refactor of the existing code, which has the side effect of easy implementation for more gamemodes. |
Heres the source from another repo which have an early version of 4 play multiplayer working.
https://github.com/srjek/Catacomb-Snatch/commits/
The text was updated successfully, but these errors were encountered: