Dictomania Demo: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Cleanup)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''English''' [[Dictomania Demo Japanese|日本語]]
[[Category:Learning::Demos_and_Examples]]
[[Category:Developing_with_Qt::Qt Quick::Demos]]


=Dictomania=
[https://www.youtube.com/watch?v=UfLwZnTGcnA YouTube video]


==Description==
== Description ==


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.
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] and includes multiple language combinations, difficulty levels and game modes.


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.
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==
== Download ==
 
===Source===


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


===Binaries===
== Installation ==
 
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 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]]

Latest revision as of 16:45, 28 June 2015


YouTube video

Description

Dictiomania is a simple and fun language learning game developed by Movial. The quiz game uses open source dictionary data from 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

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

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.