Dictomania Demo: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''English''' [[Dictomania Demo Japanese|日本語]]
[[Category:Learning::Demos_and_Examples]]<br />[[Category:Developing_with_Qt::Qt Quick::Demos]]


=Dictomania=
'''English''' [[Dictomania_Demo_Japanese|日本語]]


==Description==
= Dictomania =


Dictiomania is a simple and fun language learning game developed by Movial. The quiz game uses open source dictionary data from [http://wiktionary.org Wiktionary.org] ''[wiktionary.org]'' and includes multiple language combinations, difficulty levels and game modes.
[YouTubeID:UfLwZnTGcnA]


Originally developed for Nokia Web Runtime (<span class="caps">WRT</span>) and Nokia S60 5th generation handsets, Movial ported Dictiomania to Qt Quick to improve the graphical performance and to further enhance the user experience with 2D animations and rotating user interface graphics. The new game version works on Nokia N900 and other <span class="caps">WVGA</span> (800×480) resolution phones.
== Description ==


==Download==
Dictiomania is a simple and fun language learning game developed by Movial. The quiz game uses open source dictionary data from &quot;Wiktionary.org&amp;quot;:http://wiktionary.org and includes multiple language combinations, difficulty levels and game modes.


===Source===
Originally developed for Nokia Web Runtime (WRT) and Nokia S60 5th generation handsets, Movial ported Dictiomania to Qt Quick to improve the graphical performance and to further enhance the user experience with 2D animations and rotating user interface graphics. The new game version works on Nokia N900 and other WVGA (800x480) resolution phones.
 
== Download ==
 
=== Source ===


http://qt.gitorious.org/qt-in-use
http://qt.gitorious.org/qt-in-use


===Binaries===
=== Binaries ===


Maemo: http://get.qt.nokia.com/demos/maemo/dictiomania_1.4_all.deb
Maemo: http://get.qt.nokia.com/demos/maemo/dictiomania_1.4_all.deb


==Installation==
== Installation ==


The Dictiomania will run on the Nokia n900 with Qt 4.7 prerelease qml viewer installed.
The Dictiomania will run on the Nokia n900 with Qt 4.7 prerelease qml viewer installed.


The <span class="caps">QML</span> viewer can be installed to n900 e.g. by enabling the extras-devel repository in the Application Manager and installing qt4-experimental-declarative-qmlviewer with apt-get. Application Manager won’t install dependencies when installing a package from a local file instead of a <span class="caps">APT</span> repository.
The QML viewer can be installed to n900 e.g. by enabling the extras-devel repository in the Application Manager and installing qt4-experimental-declarative-qmlviewer with apt-get. Application Manager won't install dependencies when installing a package from a local file instead of a APT repository.
 
Copy the file to the n900, e.g. to /home/user/MyDocs/.documents/. It can then be installed with <code>dpkg -i &lt;file name&gt;</code> in the command line as root or by activating the file in File Manager which will open Application Manager and install the package.
 
===Categories:===
 
* [[:Category:Developing with Qt|Developing_with_Qt]]
** [[:Category:Developing with Qt::Qt Quick|Qt_Quick]]
*** [[:Category:Developing with Qt::Qt Quick::Demos|Demos]]
* [[:Category:Learning|Learning]]
** [[:Category:Learning::Demos and Examples|Demos_and_Examples]]

Revision as of 09:32, 24 February 2015


English 日本語

Dictomania

[YouTubeID:UfLwZnTGcnA]

Description

Dictiomania is a simple and fun language learning game developed by Movial. The quiz game uses open source dictionary data from "Wiktionary.org&quot;:http://wiktionary.org and includes multiple language combinations, difficulty levels and game modes.

Originally developed for Nokia Web Runtime (WRT) and Nokia S60 5th generation handsets, Movial ported Dictiomania to Qt Quick to improve the graphical performance and to further enhance the user experience with 2D animations and rotating user interface graphics. The new game version works on Nokia N900 and other WVGA (800x480) resolution phones.

Download

Source

http://qt.gitorious.org/qt-in-use

Binaries

Maemo: http://get.qt.nokia.com/demos/maemo/dictiomania_1.4_all.deb

Installation

The Dictiomania will run on the Nokia n900 with Qt 4.7 prerelease qml viewer installed.

The QML viewer can be installed to n900 e.g. by enabling the extras-devel repository in the Application Manager and installing qt4-experimental-declarative-qmlviewer with apt-get. Application Manager won't install dependencies when installing a package from a local file instead of a APT repository.