ilm-application.xml 657 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <application xmlns="http://line.ime.usp.br/application/1.5">
  3. <name>iHanoi</name>
  4. <url>http://www.matematica.br/ihanoi</url>
  5. <version>2</version>
  6. <type>HTML5</type>
  7. <description>{"en":"The Objective to move N discs from stick A to C, following some rule (from the game Towers of Hanoi)","pt_br":"O objetivo é mover N discos da haste A para C, seguindo algumas regras (implementa o jogo Torres de Hanói)"}</description>
  8. <extension>ihn</extension>
  9. <file_jar>iHanoi</file_jar>
  10. <file_class>iHanoi/index.html</file_class>
  11. <width>800</width>
  12. <height>600</height>
  13. <evaluate>1</evaluate>
  14. </application>