Search found 2 matches
- Fri Mar 10, 2017 1:01 pm
- Forum: Support and Development
- Topic: Cannot display images from a table
- Replies: 2
- Views: 2382
Cannot display images from a table
I'm trying to make a 15 tile puzzle game as a way to practice what I've learned about Love2D so far... it's not working out well require("load") function love.load() tile = {} loc = {} for i = 1, 15 do --This is where I got desperate, you can ignore it tile[i] = {img = nil} end for i = 1, ...
- Fri Mar 10, 2017 1:10 am
- Forum: General
- Topic: What's everyone working on? (tigsource inspired)
- Replies: 1800
- Views: 1699131
Re: What's everyone working on? (tigsource inspired)
A dumb ms-paint graphics 15 tile puzzle that isn't working