Geoquiz: Difference between revisions
Jump to navigation
Jump to search
Gmccreight (talk | contribs) No edit summary |
Gmccreight (talk | contribs) (Updated to version 3) |
||
Line 3: | Line 3: | ||
{{olpcboxtop|toptext=[[{{PAGENAME}}|Geoquiz]]}} |
{{olpcboxtop|toptext=[[{{PAGENAME}}|Geoquiz]]}} |
||
{{ OBX activity | [[Image: activity-geoquiz.svg|40px]]|extra}} |
{{ OBX activity | [[Image: activity-geoquiz.svg|40px]]|extra}} |
||
{{ OBX xobundle|http://www.gmccreight.com/geoquiz/Geoquiz- |
{{ OBX xobundle|http://www.gmccreight.com/geoquiz/Geoquiz-3.xo|Geoquiz-3 }} |
||
{{ OBX team | [[User:Gmccreight|Gordon McCreight]]}} |
{{ OBX team | [[User:Gmccreight|Gordon McCreight]]}} |
||
{{olpcboxbottom}} |
{{olpcboxbottom}} |
||
Line 15: | Line 15: | ||
== Versions == |
== Versions == |
||
* 3 |
|||
** Added South America and a front page where you pick the continent |
|||
* 2 |
* 2 |
||
Line 28: | Line 31: | ||
* uses SVG for the country shapes |
* uses SVG for the country shapes |
||
* |
* has multiple continents, but only displays the names in English |
||
* intended to be multi-player, but haven't written the code for that yet |
* intended to be multi-player, but haven't written the code for that yet |
||
* when you finish the game it crashes rather than having a cool "TADA" type screen |
* when you finish the game it crashes rather than having a cool "TADA" type screen |
Revision as of 22:11, 27 April 2008
|
Geoquiz
Geoquiz is a geography guessing game.
Screenshot
Versions
- 3
- Added South America and a front page where you pick the continent
- 2
- Added a message about which keys to use.
- Discovered a mistake in the MANIFEST which created double files in the .xo zip file (no big deal, but fixed)
- Gave credit to the Maze activity in the code. Used a lot of their code in this Activity.
- 1
- Released to the wild
Information for programmers
This little Activity is still a work in progress, but it's pretty functional already.
- uses SVG for the country shapes
- has multiple continents, but only displays the names in English
- intended to be multi-player, but haven't written the code for that yet
- when you finish the game it crashes rather than having a cool "TADA" type screen
- the SVG colors aren't displaying like I think they should, so the highlighted coutries are actually purple instead of a nice yellow-orange
- the code is hosted at [1]