Android Open Source - NFC game TourdeGTS






Project Summary

Tour de GTS is a informative game with the use of NFC Tags. The player should be learning while playing and walking through a building to achieve game progress..

Web Site / Source Repository

TourdeGTS is hosted in the following web site
https://github.com/NFCProjektGTS/TourdeGTS

If you think the Android project TourdeGTS listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of TourdeGTS.

ItemValue
Java File Count57
Activity Count1
Required Permissionsandroid.permission.NFC
android.permission.WAKE_LOCK
Asset File Namesassets\blankscreen.png
assets\button.png
assets\button_small.png
assets\button_small_pressed.png
assets\buttonp.png
assets\buttonsound.mp3
assets\chest\chest001.png
assets\chest\chest002.png
assets\chest\chest003.png
assets\chest\chest004.png
assets\chest\chest005.png
assets\chest\chest006.png
assets\chest\chest007.png
assets\chest\chest008.png
assets\chest\chest009.png
assets\chest\chest010.png
assets\chest\chest011.png
assets\chest\chest012.png
assets\elektrischeSchaltung.png
assets\fragezeichen.png
assets\grundkursmathe.png
assets\gts.png
assets\helpescreen.png
assets\helpscreen.png
assets\industriemechaniker.png
assets\infobox.png
assets\infostand.png
assets\lobster.ttf
assets\lock.png
assets\mainmenu.png
assets\matheapp.png
assets\mechatronik.png
assets\menutheme.ogg
assets\nfchand_mid.png
assets\progressbar.png
assets\progressscreen.png
assets\projektpraesentation.png
assets\rechnerJavaSkript.png
assets\robotoReg.ttf
assets\settingsscreen.png
assets\splash.png
assets\sport.png




Java Source Files

TourdeGTS has the following Java source files.

gtsoffenbach.tourdegts.Animation.java
gtsoffenbach.tourdegts.Assets.java
gtsoffenbach.tourdegts.Background.java
gtsoffenbach.tourdegts.BlinkingText.java
gtsoffenbach.tourdegts.Chest.java
gtsoffenbach.tourdegts.Colors.java
gtsoffenbach.tourdegts.Element.java
gtsoffenbach.tourdegts.ElementContainer.java
gtsoffenbach.tourdegts.FullscreenActivity.java
gtsoffenbach.tourdegts.GameScreen.java
gtsoffenbach.tourdegts.HelpScreen.java
gtsoffenbach.tourdegts.ImageElement.java
gtsoffenbach.tourdegts.LevelUIButton.java
gtsoffenbach.tourdegts.LoadingScreen.java
gtsoffenbach.tourdegts.MainMenuScreen.java
gtsoffenbach.tourdegts.MultiLineBlinkingText.java
gtsoffenbach.tourdegts.ProgressScreen.java
gtsoffenbach.tourdegts.SettingsScreen.java
gtsoffenbach.tourdegts.SplashLoadingScreen.java
gtsoffenbach.tourdegts.UIButton.java
gtsoffenbach.tourdegts.UIElement.java
gtsoffenbach.tourdegts.UIProgressbar.java
gtsoffenbach.tourdegts.Utils.java
gtsoffenbach.tourdegts.WelcomeScreen.java
gtsoffenbach.tourdegts.gameinterface.Audio.java
gtsoffenbach.tourdegts.gameinterface.FileIO.java
gtsoffenbach.tourdegts.gameinterface.Game.java
gtsoffenbach.tourdegts.gameinterface.Graphics.java
gtsoffenbach.tourdegts.gameinterface.Image.java
gtsoffenbach.tourdegts.gameinterface.Input.java
gtsoffenbach.tourdegts.gameinterface.Music.java
gtsoffenbach.tourdegts.gameinterface.NFC.java
gtsoffenbach.tourdegts.gameinterface.Pool.java
gtsoffenbach.tourdegts.gameinterface.Screen.java
gtsoffenbach.tourdegts.gameinterface.Sound.java
gtsoffenbach.tourdegts.implementations.AndroidGame.java
gtsoffenbach.tourdegts.implementations.GameAudio.java
gtsoffenbach.tourdegts.implementations.GameFastRenderView.java
gtsoffenbach.tourdegts.implementations.GameFileIO.java
gtsoffenbach.tourdegts.implementations.GameGraphics.java
gtsoffenbach.tourdegts.implementations.GameImage.java
gtsoffenbach.tourdegts.implementations.GameInput.java
gtsoffenbach.tourdegts.implementations.GameMusic.java
gtsoffenbach.tourdegts.implementations.GameNFC.java
gtsoffenbach.tourdegts.implementations.GameSound.java
gtsoffenbach.tourdegts.implementations.Level.java
gtsoffenbach.tourdegts.implementations.LevelList.java
gtsoffenbach.tourdegts.implementations.LevelUnlock.java
gtsoffenbach.tourdegts.implementations.MultiTouchHandler.java
gtsoffenbach.tourdegts.implementations.NFCDialog.java
gtsoffenbach.tourdegts.implementations.SaveGame.java
gtsoffenbach.tourdegts.implementations.SingleTouchHandler.java
gtsoffenbach.tourdegts.implementations.TouchHandler.java
gtsoffenbach.tourdegts.minigame_math.MathGameLogic.java
gtsoffenbach.tourdegts.minigame_math.MathGameScreen.java
gtsoffenbach.tourdegts.minigame_reaction.ReactionGameScreen.java