Search found 8 matches

by stanmarshd
Fri Jul 26, 2013 8:37 am
Forum: General
Topic: Where do you see Love2d in 5 years?
Replies: 22
Views: 8037

Re: Where do you see Love2d in 5 years?

Also I could see ports to consoles, like whatever the xbox will be, or ps.
by stanmarshd
Fri Jul 26, 2013 2:37 am
Forum: General
Topic: gamesquareIDE [BETA RELEASED!] *Update 1*
Replies: 65
Views: 25457

Re: gamesquare IDE for Love2D!! (not yet released)

Will you be using MonoDevelop for a mac and linux port?
by stanmarshd
Fri Jul 26, 2013 2:32 am
Forum: General
Topic: Where do you see Love2d in 5 years?
Replies: 22
Views: 8037

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.
by stanmarshd
Fri Jul 26, 2013 2:16 am
Forum: Support and Development
Topic: Tile collision problem
Replies: 1
Views: 1251

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...
by stanmarshd
Thu Jul 25, 2013 1:23 am
Forum: General
Topic: How did you find LÖVE?
Replies: 60
Views: 19476

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.
by stanmarshd
Thu Jul 25, 2013 12:54 am
Forum: Games and Creations
Topic: Bow Quest Adventure Hero
Replies: 11
Views: 6483

Re: Bow Quest Adventure Hero

I get an error after I go over a bridge.
by stanmarshd
Wed Jul 24, 2013 11:59 am
Forum: Support and Development
Topic: How to not go diagonally!?
Replies: 8
Views: 4919

Re: How to not go diagonally!?

I got the problem fixed thanks to DaedalusYoung, but before the image would up and right diagonally.
by stanmarshd
Tue Jul 23, 2013 8:16 am
Forum: Support and Development
Topic: How to not go diagonally!?
Replies: 8
Views: 4919

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.