|
@@ -0,0 +1,31 @@
|
|
|
+# ihanoi
|
|
|
+
|
|
|
+This implementation was designed to be used under classroom situations.
|
|
|
+
|
|
|
+It can be used as "applet" or application.
|
|
|
+
|
|
|
+It can be integrated to Moodle (2.X and 3.X) by using the iAssign package:
|
|
|
+ http://www.matematica.br/ia
|
|
|
+ https://moodle.org/plugins/view.php?plugin=mod_iassign
|
|
|
+
|
|
|
+It allow a teacher to prepare activities with automatic evaluation (the number of discs can be defined).
|
|
|
+If it is integrated with Moodle/iAssign, the learner answer is registered and if the learner reach the
|
|
|
+minimum number of movements. The teacher also can verified all the movements performed by the learner.
|
|
|
+
|
|
|
+iHanoi is implemented in Java, using AWT (so it can be used, almost, by the first Java Virtual Machine version).
|
|
|
+
|
|
|
+iHanoi : http://www.matematica.br/ihanoi
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+Laboratory of Informatics in Education : http://www.usp.br/line ; http://line.ime.usp.br
|
|
|
+
|
|
|
+Interactive Tower of Hanoi puzzle from Laboratory of Informatics in Education (LInE).
|
|
|
+Free interactive solutions to teach and learn.
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+Leo^nidas de Oliveira Branda~o (LInE coordinator - developer of iHanoi)<br/>
|
|
|
+Computer Science Department at Institute of Statistics and Mathematics<br/>
|
|
|
+University of Sa~o Paulo<br/>
|
|
|
+http://www.ime.usp.br/~leo
|