sangress / love_multiplayer

A multiplayer game made with LÖVE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

love_multiplayer

A multiplayer ready game infrastructure made with LÖVE 💖

If you don't know what LÖVE is, then you must give it a try: https://love2d.org/

How to run

Run server module as usual with LOVE: love server Run client as a usual LOVE game: love client

You can open as many clients as you want on the same machine (for testing and stuff).

TBD:

[Add] issues/tasks ->

  • [server] Make server "windowless"
  • [server] Make port configurable
  • [server] Disconnect client immediatly
  • [client] Add support for projectiles
  • [client] Fix bug with player duplicated on screen when going in diagonal direction
  • [client] Add settings
  • [client] Draw a better map

~

PRs and forks are most welcome.

About

A multiplayer game made with LÖVE

License:MIT License


Languages

Language:Lua 100.0%