Bug 173829 - Wish : topo gaming mode
Summary: Wish : topo gaming mode
Status: RESOLVED FIXED
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Unspecified
: NOR wishlist
Target Milestone: 1.9 (KDE 4.14)
Assignee: Abhinav Gangwar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 13:56 UTC by marco
Modified: 2015-01-28 07:31 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marco 2008-10-29 13:56:45 UTC
Version:            (using KDE 4.1.1)
Installed from:    Mandriva RPMs

Would it not be nice to make a simple game based on marble (or included)
Where marble asks for a country or city and were you can fly with a little plane or helicopter to that place. You can make levels were it gets more difficult with smaller places. 
Would be a nice way for people to learn something from the world. You can also add wikipedia to it where marble gives some info over the city that you find. 
Maybe this is very hard to make but it would be a nice option for education.
Comment 1 Abhinav Gangwar 2015-01-28 07:31:16 UTC
Git commit f783d2950ed86888dad325bc4e733d43c3987c30 by Abhinav Gangwar.
Committed on 28/01/2015 at 07:15.
Pushed by agangwar into branch 'master'.

Added an example 'marble-game' which implements three games
        1. Identify the Country Shape
        2. Identify the flag
        3. Identity Location of a Country on Map
REVIEW: 119264

M  +1    -0    examples/cpp/CMakeLists.txt
A  +45   -0    examples/cpp/marble-game/CMakeLists.txt
A  +19   -0    examples/cpp/marble-game/CMakeLists.txt.external
A  +371  -0    examples/cpp/marble-game/ClickOnThat.cpp     [License: LGPL]
A  +60   -0    examples/cpp/marble-game/ClickOnThat.h     [License: LGPL]
A  +294  -0    examples/cpp/marble-game/ClickOnThat.qml     [License: LGPL]
A  +170  -0    examples/cpp/marble-game/CountryByFlag.cpp     [License: LGPL]
A  +53   -0    examples/cpp/marble-game/CountryByFlag.h     [License: LGPL]
A  +449  -0    examples/cpp/marble-game/CountryByFlag.qml     [License: LGPL]
A  +263  -0    examples/cpp/marble-game/CountryByShape.cpp     [License: LGPL]
A  +47   -0    examples/cpp/marble-game/CountryByShape.h     [License: LGPL]
A  +448  -0    examples/cpp/marble-game/CountryByShape.qml     [License: LGPL]
A  +59   -0    examples/cpp/marble-game/CustomButton.qml     [License: LGPL]
A  +77   -0    examples/cpp/marble-game/CustomRadioButton.qml     [License: LGPL]
A  +13   -0    examples/cpp/marble-game/CustomSlider.qml     [License: UNKNOWN]  *
A  +291  -0    examples/cpp/marble-game/GameMainWindow.cpp     [License: LGPL]
A  +57   -0    examples/cpp/marble-game/GameMainWindow.h     [License: LGPL]
A  +314  -0    examples/cpp/marble-game/GameOptions.qml     [License: LGPL]
A  +127  -0    examples/cpp/marble-game/GamesView.qml     [License: LGPL]
A  +-    --    examples/cpp/marble-game/MapTackRoundHeadGreen.png
A  +-    --    examples/cpp/marble-game/MapTackRoundHeadRed.png
A  +132  -0    examples/cpp/marble-game/Window.qml     [License: LGPL]
A  +52   -0    examples/cpp/marble-game/game.ui
A  +108  -0    examples/cpp/marble-game/gamemain.cpp     [License: LGPL]
A  +255  -0    examples/cpp/marble-game/marbleGame.qrc

The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page.


http://commits.kde.org/marble/f783d2950ed86888dad325bc4e733d43c3987c30