rapiz1 / DungeonRush

πŸ‘ΎπŸ A opensource game inspired by Snake, written in pure C with SDL
GNU General Public License v3.0
2k stars 294 forks source link

Play on LAN #15

Closed rapiz1 closed 4 years ago

rapiz1 commented 4 years ago

From my own experience, I would say the most fun part about this game is to play with your friend and try to defeat each other. Currently, DungeonRush only can let two gamers play together by using the same computer and WASD/arrows. There will be much more fun if it can support playing online. Hopefully, I can find the time to make playing on LAN available.

rapiz1 commented 4 years ago

Multiplayer mode via direct IP is implemented in https://github.com/Rapiz1/DungeonRush/pull/17 πŸŽ‰