thealphadollar / brkout

A game made using PyGame under CodeClub as a learning project.
MIT License
8 stars 19 forks source link

Feature: Multiplayer Co-op, one plays with WASD, one plays with arrow keys #59

Open amrit-choudhary opened 5 years ago

amrit-choudhary commented 5 years ago

Ideas and suggestions needed.

thealphadollar commented 5 years ago

I don't think this is possible on a single PC. What we can have rather is a multiplayer game across computers. Honestly, I've no experience of how to do it but it's be surely a lot fun to explore and work on.

On Tue 25 Dec, 2018, 23:52 Amrit Choudhary <notifications@github.com wrote:

Ideas and suggestions needed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thealphadollar/brkout/issues/59, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIIKEs44hC_Mw3sdTHC33cSsYbJyiks5u8mzVgaJpZM4ZhLoI .

amrit-choudhary commented 5 years ago

I was thinking, like two smaller strikers in the same map and every hit gives them individual scores.

amrit-choudhary commented 5 years ago

Or we can do something like a squash match. First player 1 hits, then player 2 hits.

amrit-choudhary commented 5 years ago

and whoever causes an escape will be the winner.

thealphadollar commented 5 years ago

Well, if you think of it a little more you'll realize that it will get a lot messier and it's an easy but harmful thing to do to the game. What we should rather do is make it playable across a network; that's a challenging task but highly skillful and useful.

cc/ @TheLethalCode

TheLethalCode commented 5 years ago

Ooo, nice. Though it might need some reading, it will be refreshing to work on something new.

Kousshik Raj, Second Year Undergraduate Student, Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Contact: +91-9626888198 Github https://github.com/thelethalcode

On Thu, Dec 27, 2018 at 12:38 PM Shivam Kumar Jha notifications@github.com wrote:

Well, if you think of it a little more you'll realize that it will get a lot messier and it's an easy but harmful thing to do to the game. What we should rather do is make it playable across a network; that's a challenging task but highly skillful and useful.

cc/ @TheLethalCode https://github.com/TheLethalCode

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/thealphadollar/brkout/issues/59#issuecomment-450091013, or mute the thread https://github.com/notifications/unsubscribe-auth/Af2hEYX17EkMyMfytM3JPw_3ePEBBF26ks5u9HHygaJpZM4ZhLoI .