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 functional and addictive
doesn't use the mouse at all.
oh, and there is no "hangman", i was to lazy
PS: i know its been a long time since i've last posted, super busy with college
Hangman Styled Game "Guess the Word"
Hangman Styled Game "Guess the Word"
- Attachments
-
- Word Guess.love
- Word Guess v1.0 for 0.8.0
- (191.08 KiB) Downloaded 241 times
saved by a scholarship..
redesigned my "avatar"
redesigned my "avatar"
Re: Hangman Styled Game "Guess the Word"
Now available in french ! (https://dl.dropbox.com/u/95939/wg_fr.love)
(it may bug with diacritics characters)
(it may bug with diacritics characters)
http://darky-ben.fr/Xut my webcomic (french)
Re: Hangman Styled Game "Guess the Word"
wow that's very cool!
it has a clean interface and is very easy to use
it might be cool to spruce it up with more graphics and score or timer, etc... but it's nice because it's very bare bones... so I'm not sure?
it has a clean interface and is very easy to use
it might be cool to spruce it up with more graphics and score or timer, etc... but it's nice because it's very bare bones... so I'm not sure?
Re: Hangman Styled Game "Guess the Word"
For the fun of it I added to my copy:
=> in love.load
and in love.draw:
Not great, but adds some interest.
Sure you can do better.
Best!
=> in love.load
Code: Select all
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,445,210) end,
function() gr.circle('fill',448,210,10)end,
function() gr.line(440,210,440,170) end,
function() gr.line(440,170,480,170) end,
function() gr.line(480,170,480,270) end
}
Code: Select all
for i = 1, 10 - triesLeft do hangman[i]() end
Sure you can do better.
Best!
Re: Hangman Styled Game "Guess the Word"
i see what you did there, if i would've known it was that easy i mite have implemented something like it soonerRef wrote:For the fun of it I added to my copy:
=> in love.loadand in love.draw:Code: Select all
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,445,210) end, function() gr.circle('fill',448,210,10)end, function() gr.line(440,210,440,170) end, function() gr.line(440,170,480,170) end, function() gr.line(480,170,480,270) end }
Not great, but adds some interest.Code: Select all
for i = 1, 10 - triesLeft do hangman[i]() end
Sure you can do better.
Best!
ill see what i can put together, thanks for the idea
i plan on changing up the start screen, and if i do decide to add an actual "hangman" then there will be a slight change to the "in game" screen, i mite even add something to differ from the top (the underscores and word you are trying to guess) and the keyboard layout panel, (like a different background).kasmeltz wrote:wow that's very cool!
it has a clean interface and is very easy to use
it might be cool to spruce it up with more graphics and score or timer, etc... but it's nice because it's very bare bones... so I'm not sure?
i tried it, and it freezes for me. i don't know if it works on 'french' systems, but if it does, thank you kind sirDarky wrote:Now available in french ! (https://dl.dropbox.com/u/95939/wg_fr.love)
(it may bug with diacritics characters)
and thanks to anyone who has given it a try
let me know if 10 wrong guesses is to much, or to little, sometimes it seems super hard, then too easy lol
saved by a scholarship..
redesigned my "avatar"
redesigned my "avatar"
Re: Hangman Styled Game "Guess the Word"
If fact, it takes forever to load because of the 1mo texte-file :/i tried it, and it freezes for me. i don't know if it works on 'french' systems, but if it does, thank you kind sir
http://darky-ben.fr/Xut my webcomic (french)
Who is online
Users browsing this forum: No registered users and 3 guests