Android Open Source - Game multiplayer saboteur-android






Project Summary

Saboteur android multiplayer game.

Web Site / Source Repository

saboteur-android is hosted in the following web site
https://github.com/thevery/saboteur-android

If you think the Android project saboteur-android 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 saboteur-android.

ItemValue
Java File Count22
Minimum SDK Version15
Activity Count1

Java Source Files

saboteur-android has the following Java source files.

com.thevery.saboteur.android.MainTest.java
com.thevery.saboteur.android.MyActivity.java
com.thevery.saboteur.android.model.Field.java
com.thevery.saboteur.android.model.Game.java
com.thevery.saboteur.android.model.Player.java
com.thevery.saboteur.android.model.cards.BoomCard.java
com.thevery.saboteur.android.model.cards.BrakeCard.java
com.thevery.saboteur.android.model.cards.Card.java
com.thevery.saboteur.android.model.cards.FieldTurnCard.java
com.thevery.saboteur.android.model.cards.PathCard.java
com.thevery.saboteur.android.model.cards.PathFinishCard.java
com.thevery.saboteur.android.model.cards.PathStartCard.java
com.thevery.saboteur.android.model.cards.PlayerTurnCard.java
com.thevery.saboteur.android.model.cards.RepairCard.java
com.thevery.saboteur.android.model.cards.SpyCard.java
com.thevery.saboteur.android.model.turn.FieldTurn.java
com.thevery.saboteur.android.model.turn.PlayerTurn.java
com.thevery.saboteur.android.model.turn.SkipTurn.java
com.thevery.saboteur.android.model.turn.Turn.java
com.thevery.saboteur.android.model.util.Array2D.java
com.thevery.saboteur.android.model.util.FinalDistributionHelper.java
com.thevery.saboteur.android.model.util.InitialDistributionHelper.java