Search found 21 matches
- Sun Feb 03, 2013 12:57 am
- Forum: Games and Creations
- Topic: Hangman Styled Game "Guess the Word"
- Replies: 5
- Views: 4333
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...
- Thu Jan 31, 2013 11:34 pm
- Forum: Libraries and Tools
- Topic: Isömap
- Replies: 73
- Views: 81309
Re: Isömap
this, is beautiful
keep up the awesome work
keep up the awesome work
- Thu Jan 31, 2013 11:23 pm
- Forum: Games and Creations
- Topic: Hangman Styled Game "Guess the Word"
- Replies: 5
- Views: 4333
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...
- Thu Sep 27, 2012 4:04 am
- Forum: Libraries and Tools
- Topic: setColor Hexadecimal snippet
- Replies: 8
- Views: 8407
Re: setColor Hexadecimal snippet
i use this in my snake game:
is the same as #FF6600
[Edit:] and i believe you can just append the alpha the same, but i haven't tested it.
Code: Select all
love.graphics.setColor(0xff, 0x66, 0x00)
[Edit:] and i believe you can just append the alpha the same, but i haven't tested it.
- Wed Sep 26, 2012 9:37 pm
- Forum: Games and Creations
- Topic: Mass Hack [WIP]
- Replies: 16
- Views: 7199
Re: Mass Hack [WIP]
they are so hard to find loljosefnpat wrote: I noticed you're using the same apple boot up sound as I did for my LD24
ok, i updated some things lol, let me know if im doing it correct, im very new to GitHub.Roland_Yonaba wrote:Well, I am back with my silly suggestions.
thanks
- Wed Sep 26, 2012 4:35 pm
- Forum: Games and Creations
- Topic: Mass Hack [WIP]
- Replies: 16
- Views: 7199
Re: Mass Hack [WIP]
... wow, such a fail. sorry, i fixed it now lolRoland_Yonaba wrote:It's Github, not Gethub.
i blame spell check..
and i added screens
- Wed Sep 26, 2012 2:38 pm
- Forum: Games and Creations
- Topic: Mass Hack [WIP]
- Replies: 16
- Views: 7199
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'...
- Tue Sep 25, 2012 4:46 am
- Forum: Games and Creations
- Topic: Mass Hack [WIP]
- Replies: 16
- Views: 7199
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...
- Fri Aug 17, 2012 11:55 pm
- Forum: Games and Creations
- Topic: My First Game, Snake
- Replies: 22
- Views: 18246
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...
- Mon Aug 13, 2012 3:07 pm
- Forum: Games and Creations
- Topic: Sienna
- Replies: 29
- Views: 26192
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...