Search found 21 matches

by awhite92
Sun Feb 03, 2013 12:57 am
Forum: Games and Creations
Topic: Hangman Styled Game "Guess the Word"
Replies: 5
Views: 3971

Re: Hangman Styled Game "Guess the Word"

For the fun of it I added to my copy: => in love.load hangman = { function() gr.line(440,220,440,230) end, function() gr.line(440,230,430,240) end, function() gr.line(440,230,450,240) end, function() gr.line(440,220,430,230) end, function() gr.line(440,220,450,230) end, function() gr.line(440,220,4...
by awhite92
Thu Jan 31, 2013 11:34 pm
Forum: Libraries and Tools
Topic: Isömap
Replies: 73
Views: 77648

Re: Isömap

this, is beautiful
keep up the awesome work :D
by awhite92
Thu Jan 31, 2013 11:23 pm
Forum: Games and Creations
Topic: Hangman Styled Game "Guess the Word"
Replies: 5
Views: 3971

Hangman Styled Game "Guess the Word"

was bored, so i threw this together, took just a few hours collectively. it has over 800 words starting at 3 letters in length (surprisingly hard lol) and can easily be changed, just check the 'res' folder. it selects a random word every time you start a new game. its not the prettiest, but its func...
by awhite92
Thu Sep 27, 2012 4:04 am
Forum: Libraries and Tools
Topic: setColor Hexadecimal snippet
Replies: 8
Views: 7482

Re: setColor Hexadecimal snippet

i use this in my snake game:

Code: Select all

love.graphics.setColor(0xff, 0x66, 0x00)
is the same as #FF6600

[Edit:] and i believe you can just append the alpha the same, but i haven't tested it.
by awhite92
Wed Sep 26, 2012 9:37 pm
Forum: Games and Creations
Topic: Mass Hack [WIP]
Replies: 16
Views: 6338

Re: Mass Hack [WIP]

josefnpat wrote: I noticed you're using the same apple boot up sound as I did for my LD24 :)
they are so hard to find lol
Roland_Yonaba wrote:Well, I am back with my silly suggestions.
ok, i updated some things lol, let me know if im doing it correct, im very new to GitHub.
thanks
by awhite92
Wed Sep 26, 2012 4:35 pm
Forum: Games and Creations
Topic: Mass Hack [WIP]
Replies: 16
Views: 6338

Re: Mass Hack [WIP]

Roland_Yonaba wrote:It's Github, not Gethub.
... wow, such a fail. sorry, i fixed it now lol :o
i blame spell check..

and i added screens :D
by awhite92
Wed Sep 26, 2012 2:38 pm
Forum: Games and Creations
Topic: Mass Hack [WIP]
Replies: 16
Views: 6338

Re: Mass Hack [WIP]

thanks for your suggestions guys, its not a .txt file lol i've also made a GitHub page and the love file has been updated get it from GitHub, it will stay updated, i will edit the main post in a bit. Updated Love: MassHack.love Update info: you can press "space" to skip the boot, but that'...
by awhite92
Tue Sep 25, 2012 4:46 am
Forum: Games and Creations
Topic: Mass Hack [WIP]
Replies: 16
Views: 6338

Mass Hack [WIP]

this game is going to be a simulation of hacking, but also kinda like Pac-Man. i'd love to get your feed back on the concept. the gitHub page will stay updated. GitHub Page - MassHack.love Title: Mass Hack (subject to change) Concept / Story: You are a “user” trying to hack something¬, and you there...
by awhite92
Fri Aug 17, 2012 11:55 pm
Forum: Games and Creations
Topic: My First Game, Snake
Replies: 22
Views: 16939

Re: My First Game, Snake

Very nicely polished! :) To remove table entries while looping through it, you can use a "reverse" for loop which counts backwards: for i = #thetable, 1, -1 do if shouldremove(thetable[i]) then table.remove(thetable, i) end end Hope this helps! ^^ thanks for this, ill see if i can impleme...
by awhite92
Mon Aug 13, 2012 3:07 pm
Forum: Games and Creations
Topic: Sienna
Replies: 29
Views: 25011

Re: Sienna

really really addictive game! i'm loving it! amazing music as well and wonderful sound effects :D but its really really challenging, and their are some bugs, i was able to beat the game, and died like a million times lol there seems to be a few bugs, like when you die then jump after, its like you c...