Search found 2 matches
- Sat May 05, 2012 1:16 am
- Forum: Support and Development
- Topic: Executing Programs Within Love2D Project
- Replies: 2
- Views: 2145
Re: Executing Programs Within Love2D Project
Alright, thanks for the reply. It helps knowing that it's not possible because there were a few other approaches I had in mind.
- Fri May 04, 2012 12:36 am
- Forum: Support and Development
- Topic: Executing Programs Within Love2D Project
- Replies: 2
- Views: 2145
Executing Programs Within Love2D Project
Is anyone aware of a means of executing a love2d project that is stored within *.love? The directory structure will look like this: main.lua game1.love game2.love Or it will look like this: main.lua game1/ game2/ The reason I want to execute game1 or game2 is because I want to make a game kiosk. The...