Search found 2 matches
- Mon Oct 21, 2019 4:48 pm
- Forum: General
- Topic: Are all the wiki tutorials supposed to work?
- Replies: 3
- Views: 3504
Are all the wiki tutorials supposed to work?
My sibling was trying to get a handle on networking, and he followed this tutorial: https://love2d.org/wiki/Tutorial:Networking_with_UDP But apparently, the example source code they provided doesn't even work. Who on Earth do you contact for that? Is it normal to just have a bunch of hit-and-miss tu...
- Fri Oct 18, 2019 7:03 pm
- Forum: Support and Development
- Topic: Can't use "require" for some reason?
- Replies: 3
- Views: 3352
Can't use "require" for some reason?
I was beginning a simple game to test the waters of LOVE and Lua (I'm a beginner) - and I was told about the wonders of "require" function. It's very useful for shortening those super-long "love.graphics" commands (typing "love.graphics" every time becomes a bit tedious...