Poker Table ? um jogo desenvolvido para a plataforma Android, desenvolvido por alunos do Campus IV da UFPB durante a disciplina Projeto Avan?ado de Software II ministrada pelo Professor Raoni Kulesza.
Poker-Table is hosted in the following web site
https://github.com/thiagooliveira/Poker-Table
If you think the Android project Poker-Table 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 Poker-Table.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [mdpi, hdpi] |
Minimum SDK Version | 8 |
Activity Count | 7 |
jar files used | andengine.jar droidpersistence1.1.jar |
Raw File Names | res\raw\audio.mp3 |
There are 14 image files in Poker-Table. The names of the image files are listed as follows.
about.png exit.png login.png logout.png newgame.png player1.png player2.png player3.png player4.png player5.png player6.gif ranking.png searchgame.png settings.png
The following screenshort is generated from the image listed above.
Poker-Table has the following Java source files.
br.ufpb.dce.pa2.pokertable.game.view.ImageAdapter.java br.ufpb.dce.pa2.pokertable.game.view.scenes.AboutActivity.java br.ufpb.dce.pa2.pokertable.game.view.scenes.CreateAccountActivity.java br.ufpb.dce.pa2.pokertable.game.view.scenes.GameActivity.java br.ufpb.dce.pa2.pokertable.game.view.scenes.LoginActivity.java br.ufpb.dce.pa2.pokertable.game.view.scenes.MainActivity.java br.ufpb.dce.pa2.pokertable.game.view.scenes.NewGameActivity.java br.ufpb.dce.pa2.pokertable.game.view.scenes.SettingsActivity.java br.ufpb.dce.pa2.pokertable.game.view.scenes.TableActivity.java br.ufpb.dce.pa2.pokertable.infra.persistence.OpenHelper.java br.ufpb.dce.pa2.pokertable.infra.persistence.PlayerDao.java br.ufpb.dce.pa2.pokertable.infra.persistence.PlayerManager.java br.ufpb.dce.pa2.pokertable.infra.persistence.PlayerTableDefinition.java br.ufpb.dce.pa2.pokertable.model.CircularList.java br.ufpb.dce.pa2.pokertable.model.Game.java br.ufpb.dce.pa2.pokertable.model.Player.java br.ufpb.dce.pa2.pokertable.model.Table.java br.ufpb.dce.pa2.pokertable.model.TableDummy.java