An Android app to play the famous card game three-nought-four.
304 is hosted in the following web site
https://github.com/kavindudiyes/304
If you think the Android project 304 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of 304.
Item | Value |
---|---|
Java File Count | 35 |
Minimum SDK Version | 1 |
Activity Count | 1 |
jar files used | android-support-v4.jar json-simple-1.1.1.jar json-simple-1.1.1.jar json-simple-1.1.1.jar weupnp-0.1.1.jar |
Required Permissions | android.permission.INTERNET |
There are 9 image files in 304. The names of the image files are listed as follows.
bigsuits.png blackjack.png blackking.png blackqueen.png cardback.png redjack.png redking.png redqueen.png solitaire_icon.png
The following screenshort is generated from the image listed above.
304 has the following Java source files.
cards.threenotfour.Card.java cards.threenotfour.CardGame.java cards.threenotfour.CardPack.java cards.threenotfour.Controller.java cards.threenotfour.NetworkCardGame.java cards.threenotfour.Player.java cards.threenotfour.constants.JSONConstant.java cards.threenotfour.constants.JSONConstant.java cards.threenotfour.constants.NetworkConstants.java cards.threenotfour.constants.NetworkConstants.java cards.threenotfour.game.Game.java cards.threenotfour.game.Player.java cards.threenotfour.log.Log.java cards.threenotfour.network.Connection.java cards.threenotfour.network.GameHoster.java cards.threenotfour.network.GameJoiner.java cards.threenotfour.network.MatchRequester.java cards.threenotfour.network.MessageReceiver.java cards.threenotfour.network.ServerConnection.java cards.threenotfour.network.Test.java cards.threenotfour.player.IPlayer.java cards.threenotfour.player.NetworkPlayer.java com.example.three_nought_four.AnimateCard.java com.example.three_nought_four.Connection.java com.example.three_nought_four.Deck.java com.example.three_nought_four.DrawMaster.java com.example.three_nought_four.MainActivity.java com.example.three_nought_four.Move.java com.example.three_nought_four.Replay.java com.example.three_nought_four.Rules.java com.example.three_nought_four.SolitaireView.java