Search found 27 matches
- Tue Nov 27, 2012 2:50 am
- Forum: Games and Creations
- Topic: Beardlike
- Replies: 11
- Views: 7534
Re: Beardlike
My OpenGL doesn't support Canvas creation? That sucks...
- Tue Nov 27, 2012 2:45 am
- Forum: Libraries and Tools
- Topic: Infinite Point Bezier Curve Demo
- Replies: 3
- Views: 3407
Re: Infinite Point Bezier Curve Demo
Very cool
- Sun Nov 25, 2012 3:12 am
- Forum: Games and Creations
- Topic: Not A Game
- Replies: 19
- Views: 11108
Re: Not A Game
Really awesome! I loved the lighting and the commentary was very interesting
- Sun Nov 25, 2012 2:40 am
- Forum: Games and Creations
- Topic: My First Love Game
- Replies: 10
- Views: 7556
Re: My First Love Game
Very basic but still very entertaining; better than anything I've been able to do
- Sun Nov 25, 2012 2:18 am
- Forum: Libraries and Tools
- Topic: Steering behaviors
- Replies: 4
- Views: 2690
Re: Steering behaviors
Really nice simulation
- Wed May 16, 2012 1:48 pm
- Forum: General
- Topic: Creating Matrices with a Loop
- Replies: 2
- Views: 2228
Re: Creating Matrices with a Loop
Thank you; I'll try that.
- Wed May 16, 2012 3:31 am
- Forum: General
- Topic: Creating Matrices with a Loop
- Replies: 2
- Views: 2228
Creating Matrices with a Loop
I've done it before, just not with Love. What is wrong with my code? function love.load() Tiles = {} for i = 1, XWindow/10 do for q = 1, YWindow/10 do Tiles[i][q][1] = math.random(1, 255-i) Tiles[i][q][2] = math.random(1, 255-q) Tiles[i][q][3] = math.random(1, 255-q/i) end end end It keeps telling m...
- Tue Nov 22, 2011 5:20 pm
- Forum: Support and Development
- Topic: Drawing Images
- Replies: 7
- Views: 3350
Re: Drawing Images
I already know how to make a love file...
I just didn't know that it was possible to upload an attachment and that you could...
I just didn't know that it was possible to upload an attachment and that you could...
- Tue Nov 22, 2011 5:14 pm
- Forum: Support and Development
- Topic: Drawing Images
- Replies: 7
- Views: 3350
Re: [Response]Your Image is Overdrawn
rhezalouis wrote:Next time, please attach the *.love file that encases what you are asking so that other people could help you with ease;
How do I do that? Sorry, I am new to this...
- Tue Nov 22, 2011 1:58 am
- Forum: Games and Creations
- Topic: Love for zombies
- Replies: 50
- Views: 28704
Re: Love for zombies
I think it's a great game and I have some feedback.
1. Fix the random bullet being fired when the game begins.
2. Be able to change the shooting controls.
3. Changing how you ammo bar thing says: "RELOAD"
4. Better looking health bars.
Nice Game!
1. Fix the random bullet being fired when the game begins.
2. Be able to change the shooting controls.
3. Changing how you ammo bar thing says: "RELOAD"
4. Better looking health bars.
Nice Game!