Browse Source

Changes on README.md

MOODLE_20_STABLE
Vasilis Daloukas 9 years ago
parent
commit
701af20429
  1. 30
      README.md

30
README.md

@ -11,20 +11,19 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details: GNU General Public License for more details:
http:www.gnu.org/copyleft/gpl.html http: www.gnu.org/copyleft/gpl.html
Game module for Moodle Game module for Moodle
=============================================================================== ===============================================================================
Created by: Created by: Vasilis Daloukas (bdaloukas)
Vasilis Daloukas (bdaloukas)
Many ideas and code were taken from other Moodle modules and Moodle itself Many ideas and code were taken from other Moodle modules and Moodle itself
Installation:
* see http://docs.moodle.org/en/Installing_contributed_modules_or_plugins
This module gets input from quiz, glossary or questions and plays some games. The games are: This module gets input from quiz, glossary or questions and plays some games. The games are:
* hangman * hangman
* crossword * crossword
* cryptex * cryptex
@ -34,19 +33,16 @@ This module gets input from quiz, glossary or questions and plays some games. Th
* The hidden picture * The hidden picture
* Book with questions * Book with questions
If you like the module Game please donate at http://bdaloukas.gr/donate/moodlegame/, help me to have more time to continue working on this project. This module is and will remain free, but your donation allows me to continue the development, and any amount is greatly appreciated. If you like the module Game please donate at http://bdaloukas.gr/donate/moodlegame/, help me to have more time to continue working on this project. This module is and will remain free, but your donation allows me to continue the development, and any amount is greatly appreciated.
* Changelog: CHANGES.md
Documentation: http://docs.moodle.org/en/Game_module * Documentation: http://docs.moodle.org/en/Game_module
Browse source code: https://github.com/bdaloukas/moodle-mod_game * Browse source code: https://github.com/bdaloukas/moodle-mod_game
Changelog: CHANGES.md * Download for Moodle 2 & 3: https://codeload.github.com/bdaloukas/moodle-mod_game/zip/MOODLE_20_STABLE
Discussion: http://moodle.org/mod/forum/view.php?id=7220 * Download for Moodle 1.9: https://codeload.github.com/bdaloukas/moodle-mod_game/zip/MOODLE_19_STABLE
Download for Moodle 2 & 3: https://codeload.github.com/bdaloukas/moodle-mod_game/zip/MOODLE_20_STABLE * Download with git: type the next command in the root of your Moodle install: "git clone -b MOODLE_20_STABLE https://github.com/bdaloukas/moodle-mod_game.git mod/game"
Download for Moodle 1.9: https://codeload.github.com/bdaloukas/moodle-mod_game/zip/MOODLE_19_STABLE * Discussion: http://moodle.org/mod/forum/view.php?id=7220
Download with git: type the next command in the root of your Moodle install: "git clone -b MOODLE_20_STABLE https://github.com/bdaloukas/moodle-mod_game.git mod/game" * Bugs and Issues: http://tracker.moodle.org/browse/CONTRIB/component/10295
Bugs and Issues: http://tracker.moodle.org/browse/CONTRIB/component/10295 * Installation: http://docs.moodle.org/en/Installing_contributed_modules_or_plugins
Supported languages: Català (ca), Deutsch (de), Ελληνικά (el), English (en), Español - Internacional (es), Euskara (eu), Français (fr), ית (he), Hrvatski (hr), Italiano (it), Nederlands (nl), Norsk - bokmal ( no), Polski (pl), Português - Brasil (pt_br), Русский (ru), Shqip (sq), Українська (uk), 简体中文 (zh_cn). Supported languages: Català (ca), Deutsch (de), Ελληνικά (el), English (en), Español - Internacional (es), Euskara (eu), Français (fr), ית (he), Hrvatski (hr), Italiano (it), Nederlands (nl), Norsk - bokmal ( no), Polski (pl), Português - Brasil (pt_br), Русский (ru), Shqip (sq), Українська (uk), 简体中文 (zh_cn).

Loading…
Cancel
Save