Search found 8 matches
- Fri Jul 26, 2013 8:37 am
- Forum: General
- Topic: Where do you see Love2d in 5 years?
- Replies: 22
- Views: 8238
Re: Where do you see Love2d in 5 years?
Also I could see ports to consoles, like whatever the xbox will be, or ps.
- Fri Jul 26, 2013 2:37 am
- Forum: General
- Topic: gamesquareIDE [BETA RELEASED!] *Update 1*
- Replies: 65
- Views: 25838
Re: gamesquare IDE for Love2D!! (not yet released)
Will you be using MonoDevelop for a mac and linux port?
- Fri Jul 26, 2013 2:32 am
- Forum: General
- Topic: Where do you see Love2d in 5 years?
- Replies: 22
- Views: 8238
Re: Where do you see Love2d in 5 years?
I feel like more LÖVE tutorials and LÖVE big games will come out. I hope LÖVE becomes more popular. As for 3D, I think someone will eventually make a lib that you may implement into your LÖVE game adding 3D. That would cool.
- Fri Jul 26, 2013 2:16 am
- Forum: Support and Development
- Topic: Tile collision problem
- Replies: 1
- Views: 1274
Tile collision problem
I've been making a tile system so that sometimes collision is on, and other times is off. function tile:spawn(x, y, coli, img, width, height) table.insert(tilem, {x = x--[[int]], y = y--[[int]], coli = coli--[[bool]], img = img--[[string]], width = width--[[int]], height = height--[[int]]}) end Then...
- Thu Jul 25, 2013 1:23 am
- Forum: General
- Topic: How did you find LÖVE?
- Replies: 60
- Views: 19915
Re: How did you find LÖVE?
I was on GyroVorbis's "Game Development" series on YouTube, and saw a comment by "Sochmunkee Dev" saying something about LÖVE, and a tutorial series he'd made.
- Thu Jul 25, 2013 12:54 am
- Forum: Games and Creations
- Topic: Bow Quest Adventure Hero
- Replies: 11
- Views: 6572
Re: Bow Quest Adventure Hero
I get an error after I go over a bridge.
- Wed Jul 24, 2013 11:59 am
- Forum: Support and Development
- Topic: How to not go diagonally!?
- Replies: 8
- Views: 4974
Re: How to not go diagonally!?
I got the problem fixed thanks to DaedalusYoung, but before the image would up and right diagonally.
- Tue Jul 23, 2013 8:16 am
- Forum: Support and Development
- Topic: How to not go diagonally!?
- Replies: 8
- Views: 4974
How to not go diagonally!?
My game uses WSAD controls. Whenever you hold, say, w and d, you go diagonally up and right. I want this to go away. Please help me.