Search found 4 matches
- Tue Sep 26, 2017 9:27 am
- Forum: Support and Development
- Topic: Running love programs (linux)
- Replies: 6
- Views: 7671
Re: Running love programs (linux)
I was having the files like this: /gamedirectory/assets/pictures /gamedirectory/bin/main.lua I just played around creating a .love file and by rearranging the files like this: /gamedirectory/assets/pictures /gamedirectory/main.lua I got the love file working and I can now run the game from the termi...
- Tue Sep 26, 2017 8:59 am
- Forum: Support and Development
- Topic: Running love programs (linux)
- Replies: 6
- Views: 7671
Re: Running love programs (linux)
I might have jumped to conclusions a bit early. I have been following a short tutorial from the wiki(see link at the bottom) and everything worked just fine until I finished the tutorial. For some reason it stopped working and I now get the following error when I try to run the game. Error boot.lua:...
- Mon Sep 25, 2017 6:36 pm
- Forum: Support and Development
- Topic: Running love programs (linux)
- Replies: 6
- Views: 7671
Re: Running love programs (linux)
Works like a charm, thanks buddy
- Mon Sep 25, 2017 7:06 am
- Forum: Support and Development
- Topic: Running love programs (linux)
- Replies: 6
- Views: 7671
Running love programs (linux)
Hello community Dave here :) So I have decided to make a game and love2d seems like a good place to start. My OS is linuxMint, my text editor is zerobrane studio and I have installed love2d through the repository. I run a main.lua file by typing "love /folder/name/main.lua" in the terminal...