New module: game (version 1.5)

New module: game (version 1.5)

by Vasilis Daloukas -
Number of replies: 6
Picture of Plugin developers
This version now supports backup / restore. I tested it with version 1.8.3 and 1.9 beta 3.
Also supports the Spanish language, thanks to Wilmack Sanchez
Average of ratings: -
In reply to Vasilis Daloukas

Re: New module: game (version 1.5)

by Valery Fremaux -

French support.

Would you push this module in contrib CVS ?  

In reply to Valery Fremaux

Re: New module: game (version 1.5)

by Vasilis Daloukas -
Picture of Plugin developers
Thank you for the translation to French. I will include it to the game.
Also need to translate the
$string[ 'lettersall2'] = 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ';
there will put the alfavita of French language.

Until this, everyone who wants to use the above game.php should copy it to /mod/game/lang/fr_utf8 (the directory doesn't exist so needs creating)
The CVS is a very good idea but I have no experience about it.
If anyone can help me to start I will do it.

In reply to Vasilis Daloukas

Re: New module: game (version 1.5)

by Valery Fremaux -

If you are OK I push it in the CVS for you.

I can drive you about how to keep control over that record.

The first step is to write to support@moodle.org  so you can ask for a CVS login. Maybe send a message to Anthony Borrow who is moderating the contrib activity. He will know how to get a login. I will ask him to open access to the game entry.

Alternatively, you may ask him directly or send him the code. As we are working together on that management aspect, both processes should reach same goal. Just a matter of who has time to do it !!

Take him a word on this. He will choose the more practical one !!

Cheers.

In reply to Valery Fremaux

Απάντηση: Re: New module: game (version 1.5)

by Vasilis Daloukas -
Picture of Plugin developers
I've sent email to support@moodle.org and I wait.
Thanks.
In reply to Vasilis Daloukas

Re: Απάντηση: Re: New module: game (version 1.5)

by Anthony Borrow -
Picture of Core developers Picture of Plugin developers Picture of Testers
Vasilis - While you are waiting, you may wish to read:

http://docs.moodle.org/en/Development:Coding

(if you have not already). I found that to be a helpful document in terms of coding style for Moodle projects. I should probably go back and re-read it myself. Also, I found:

http://docs.moodle.org/en/CVS_%28developer%29

helpful in terms of learning a bit about CVS. I'm not sure what IDE you use for programming; however, I have found Eclipse very helpful so you may wish to look at:

http://docs.moodle.org/en/Eclipse

Thanks for sharing your code and creativity with the Moodle community. Please do not hesitate to let me know if you have any questions or how I might help facilitate things for you.

Peace - Anthony