Page 1 of 2

NihonDrill v0.3

Posted: Sun Jan 16, 2011 11:00 pm
by tc-
Hi again,

I just released a new version of NihonDrill and it would be nice to get some feedback :) The changes are mainly in the gui but some new features has been added as well(and bugfixes).

It's available for download here:
https://github.com/downloads/tc-/NihonD ... l_0.3.love

Some screenshots:

Image

Image

Image

Image

Re: NihonDrill v0.3

Posted: Sun Jan 16, 2011 11:35 pm
by tentus
Very nice, I need to show this to my friend who teaches Nihongo. It's been ages since I spoke it, I will have to play with this more.

Re: NihonDrill v0.3

Posted: Sun Jan 16, 2011 11:37 pm
by TechnoCat
missing images.dll?

Re: NihonDrill v0.3

Posted: Sun Jan 16, 2011 11:45 pm
by tc-
tentus wrote:Very nice, I need to show this to my friend who teaches Nihongo. It's been ages since I spoke it, I will have to play with this more.
I'm just learning it for the first time :)

Re: NihonDrill v0.3

Posted: Sun Jan 16, 2011 11:47 pm
by tc-
TechnoCat wrote:missing images.dll?
That sounds really strage :huh:

You downloaded the .love file right?

There is a file called images.lua, but it's included in the love file, just double checked.

Re: NihonDrill v0.3

Posted: Mon Jan 17, 2011 12:51 am
by TechnoCat
Good, I'm not crazy.
Capture.PNG
Capture.PNG (25.29 KiB) Viewed 5075 times

Re: NihonDrill v0.3

Posted: Mon Jan 17, 2011 4:46 am
by tentus
Weird, I ran it with no problems.

Re: NihonDrill v0.3

Posted: Mon Jan 17, 2011 6:00 am
by tc-
TechnoCat wrote:Good, I'm not crazy.
Capture.PNG
Line 7 is:

Code: Select all

local images = require("images")
Line 6 is:

Code: Select all

local kana = require("kana")
They should both be in the same directory level, strange that kana.lua is found but not images.lua?!? :?

Re: NihonDrill v0.3

Posted: Mon Jan 17, 2011 7:55 am
by thelinx
TechnoCat wrote:Good, I'm not crazy.
Capture.PNG
Could be that there's a file called "image.dll" in the same folder as the .love folder or the folder where LÖVE's installed, which Lua tries to load and call luaopen_image from, even though that dll file is unrelated.

Try moving the .love file to another directory or removing that image.dll from your LÖVE folder.

Re: NihonDrill v0.3

Posted: Mon Jan 17, 2011 10:30 am
by TechnoCat
i can actually just run it without doing anything special now. Go figure. :crazy:

I think you have magazine wrong on level 5.

Code: Select all

{ kana = {"za","xtsu","shi"}, eng = "Magazine", kana_type = "hiragana" },