Hangman
Re: Hangman
If I manage to get bored enough to code it, I'll call it "Hangman Coded Only And Absolutely By Nixola From Love2d.org's Forum"
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
- substitute541
- Party member
- Posts: 484
- Joined: Fri Aug 24, 2012 9:04 am
- Location: Southern Leyte, Visayas, Philippines
- Contact:
Re: Hangman
I agree with Codex that this should be a new tutorial for the Love2D Wiki.
But this person, should learn Lua and Love2D first before he requests a game.
Anyways, I might create one in my free time... although, with the proper credits on it.
But this person, should learn Lua and Love2D first before he requests a game.
Anyways, I might create one in my free time... although, with the proper credits on it.
Currently designing themes for WordPress.
Sometimes lurks around the forum.
Sometimes lurks around the forum.
- substitute541
- Party member
- Posts: 484
- Joined: Fri Aug 24, 2012 9:04 am
- Location: Southern Leyte, Visayas, Philippines
- Contact:
Re: Hangman
Here's a dictionary of 172,806 words, just in case anyone needs it... (note : you need a text editor that supports newline character).
https://dl.dropbox.com/u/105405645/words
https://dl.dropbox.com/u/105405645/words
Currently designing themes for WordPress.
Sometimes lurks around the forum.
Sometimes lurks around the forum.
Re: Hangman
I might do that..But i'll make sure to put my name and variations of it all over the code so you can't just take credit for it
Re: Hangman
btw i just asc for help cos i have never learn lua.. if someone can help i apreciate thatt
Re: Hangman
You might ask, then, where can you learn Lua
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: Hangman
try to make something with this
nothing is working yet but you may find some inspiration
nothing is working yet but you may find some inspiration
- Attachments
-
- hangman-01.love
- (960 Bytes) Downloaded 199 times
Current work : Isömap
Re: Hangman
here on this forum no one is going to get help
- Attachments
-
- Slavco Ilievski 10640.rar
- (71.43 KiB) Downloaded 149 times
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Hangman
Out of curiosity I decided to load all the words into a table. Surprisingly it only took .8 seconds to load them all and didn't take up much memory at all.substitute541 wrote:Here's a dictionary of 172,806 words, just in case anyone needs it... (note : you need a text editor that supports newline character).
https://dl.dropbox.com/u/105405645/words
Color me shocked and surprised and pleased.
Curious, what's the source of this list and is there a permanent repository that can be accessed for updating in the future? Just in case I ever decide to do anything word-game related.
- substitute541
- Party member
- Posts: 484
- Joined: Fri Aug 24, 2012 9:04 am
- Location: Southern Leyte, Visayas, Philippines
- Contact:
Re: Hangman
Um, yeah, it was from some free online course problem sets (specifically, pset3 about finishing an implementation of Scramble by making a lookup function using any search algorithm [mine is binary search]).Jasoco wrote:Out of curiosity I decided to load all the words into a table. Surprisingly it only took .8 seconds to load them all and didn't take up much memory at all.substitute541 wrote:Here's a dictionary of 172,806 words, just in case anyone needs it... (note : you need a text editor that supports newline character).
https://dl.dropbox.com/u/105405645/words
Color me shocked and surprised and pleased.
Curious, what's the source of this list and is there a permanent repository that can be accessed for updating in the future? Just in case I ever decide to do anything word-game related.
Currently designing themes for WordPress.
Sometimes lurks around the forum.
Sometimes lurks around the forum.
Who is online
Users browsing this forum: No registered users and 5 guests