QGIS Games: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Quiz Plugin)
K (Quiz Plugin)
 
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
 
[[Datei:Metro_Distortion_Map.jpg|right|thumb|mini|Pac Man with Metro Distortion Map]]
 
[[Datei:Metro_Distortion_Map.jpg|right|thumb|mini|Pac Man with Metro Distortion Map]]
  
This is about a small project about the development of a game for [[QGIS]] (as Python plugin/PyQGIS).
+
This is about a small project about the development of a game for QGIS (as Python plugin/PyQGIS).
 +
 
 +
See also: [[QGIS]]
  
 
We're currently in incepton phase! Goal is a first release before June 2014!
 
We're currently in incepton phase! Goal is a first release before June 2014!
Zeile 20: Zeile 22:
 
[[Datei:Geography_Quiz_Example.png|right|thumb|mini|Geography Quiz]]
 
[[Datei:Geography_Quiz_Example.png|right|thumb|mini|Geography Quiz]]
  
* A project by Geometa Lab, HSR
+
See [[QGIS Quiz Plugin]] and image to the right (taken from: [https://play.google.com/store/apps/details?id=com.hoffme.quiz.europegeo])
* Project Lead: Stefan Keller
 
* Author/Developper: Rafael Krucker
 
* Project duration: 17.12.2013 until end of 1st Quarter 2014
 
 
 
This plugin loads a Quiz (from local directory), let's users answer the Quiz, and manages activities and scores.
 
 
 
Example: See image to the right (taken from: [https://play.google.com/store/apps/details?id=com.hoffme.quiz.europegeo])
 
 
 
Specification:
 
* There are following Quiz types
 
** multiple-choice questions (several statements, one correct answer)
 
  Example in spreadsheet format:
 
  No. | statemet        | asnwer 1      | answer 2  | answer 3        | answer 4  | correct answer
 
  001 | europe_image.png | A: Luxembourg | B: Norway | C: Vatican City | D: Greece | 2
 
 
** multiple-choice questions (several statements, several correct answers)
 
** (others? See [http://docs.moodle.org/23/en/Question_types] and [http://www.oit.umass.edu/support/moodle/quiz-question-types-and-descriptions]
 
* Quiz data structure:
 
** title
 
** target-time-to-complete (if enabled)
 
** statements can contain text and images (simplified HTML?)
 
** ...
 
* Editing tool: Moodle? Text Editor? XML Editor? Other?
 
* (to be completed)
 
  
Wishlist:
+
[[Kategorie:QGIS]]
* Quiz repository
+
[[Kategorie:Software]]
* Integration with Moodle
+
[[Kategorie:Game]]

Aktuelle Version vom 26. Februar 2014, 20:49 Uhr

OSM Pong Mockup
Pac Man with Metro Distortion Map

This is about a small project about the development of a game for QGIS (as Python plugin/PyQGIS).

See also: QGIS

We're currently in incepton phase! Goal is a first release before June 2014!

Here are some initial ideas for brainstorming:

  • Quiz
  • Pac Man (Arcade style)
    • on generated and self-edited labyrinth
    • a la Metro Distortion Map [1]. (See figure to the right)
  • OSM Pong (Arcade style, for two players on one keyboard): Playing inside an OpenStreetMap area; sidetracked ball (aka "coriolis effect") gives higher game level. (See figureto the right).
  • Gold Digger
  • A gamified enhancement of data capturing and editing, where one gets acoustic feedback and credit points for each added geographic (point, line or polygon) feature ("Serious game" style)
  • Adapt a game from GBanga [2]
  • Adapt a game from Bitforge [3]

Quiz Plugin

Geography Quiz

See QGIS Quiz Plugin and image to the right (taken from: [4])