Search found 27 matches

by Nickmaster24
Tue Nov 27, 2012 2:50 am
Forum: Games and Creations
Topic: Beardlike
Replies: 11
Views: 7064

Re: Beardlike

My OpenGL doesn't support Canvas creation? That sucks...
by Nickmaster24
Tue Nov 27, 2012 2:45 am
Forum: Libraries and Tools
Topic: Infinite Point Bezier Curve Demo
Replies: 3
Views: 3148

Re: Infinite Point Bezier Curve Demo

Very cool :)
by Nickmaster24
Sun Nov 25, 2012 3:12 am
Forum: Games and Creations
Topic: Not A Game
Replies: 19
Views: 10436

Re: Not A Game

Really awesome! I loved the lighting and the commentary was very interesting :)
by Nickmaster24
Sun Nov 25, 2012 2:40 am
Forum: Games and Creations
Topic: My First Love Game
Replies: 10
Views: 7220

Re: My First Love Game

Very basic but still very entertaining; better than anything I've been able to do :)
by Nickmaster24
Sun Nov 25, 2012 2:18 am
Forum: Libraries and Tools
Topic: Steering behaviors
Replies: 4
Views: 2503

Re: Steering behaviors

Really nice simulation :)
by Nickmaster24
Wed May 16, 2012 1:48 pm
Forum: General
Topic: Creating Matrices with a Loop
Replies: 2
Views: 2053

Re: Creating Matrices with a Loop

Thank you; I'll try that.
by Nickmaster24
Wed May 16, 2012 3:31 am
Forum: General
Topic: Creating Matrices with a Loop
Replies: 2
Views: 2053

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...
by Nickmaster24
Tue Nov 22, 2011 5:20 pm
Forum: Support and Development
Topic: Drawing Images
Replies: 7
Views: 3189

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...
by Nickmaster24
Tue Nov 22, 2011 5:14 pm
Forum: Support and Development
Topic: Drawing Images
Replies: 7
Views: 3189

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...
by Nickmaster24
Tue Nov 22, 2011 1:58 am
Forum: Games and Creations
Topic: Love for zombies
Replies: 50
Views: 26830

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!