Search found 2 matches

by Erniecz
Tue Jan 24, 2012 8:30 pm
Forum: General
Topic: Hypothetical: Making a word game and needing to check word..
Replies: 23
Views: 5936

Re: Hypothetical: Making a word game and needing to check wo

I downloaded a list of words in the Czech from here: http://www.pspad.com/en/download.php (there is also English one and much more). Size of unpacked list is 10 MB and list contains 808 056 words. I tried this code: function love.load () words = {} for line in love.filesystem.lines("Czech.3-2-1...
by Erniecz
Fri Jan 06, 2012 9:21 am
Forum: Support and Development
Topic: Working Raycasting example! WolfenLöve 3D if you will...
Replies: 134
Views: 63393

Re: Working Raycasting example?

Hello everybody, I wrote a very simple (only 144 lines!) raycasting example (I used this toturial: http://www.permadi.com/tutorial/raycast/, it is really good). I just changed one thing - when finding walls, I used very simple and VERY slow algorithm. So if you want to use it, you have to rewrite it...