A LÖVE module designed to help make networking easier by leveraging bitser and enet.
To run the LoverNet demo, simply clone this repo, and run using LÖVE 0.10.1.
To run LoverNet as a headless server, run the demo using the --headless or -s
flag. e.g.:
cd lovernet && love . --headless
To use LoverNet as a library, add lovernet.lua, license.txt and the SerDes
library you wish to use to your project. I suggest the included bitser.lua and
bitser-license.txt
To generate documentation, use LDoc. e.g.:
cd lovernet && ldoc .
For examples and more, see the wiki hosted on GitHub.
- bitser is licensed under: ISC (See
bitser-license.txt)
The LoverNet project is licensed under: zlib/libpng (see license.txt)
The LoverNet mascot was made by the amazing VectorByte!
