Android Game Using Skia 2D Graphics Library and a multi-threaded SurfaceView.
t_cells is hosted in the following web site
https://github.com/Vicariously/t_cells
If you think the Android project t_cells 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 t_cells.
Item | Value |
---|---|
Java File Count | 21 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Asset File Names | assets\cells\cellCritical.png assets\cells\cellHealthy.png assets\cells\cellHealthySelected.png assets\cells\environmentBackground.png assets\cells\loadingScreen.png assets\cells\startScreen.png |
t_cells has the following Java source files.
Game.Assets.java Game.Cell.java Game.CellGame.java Game.Environment.java Game.Game.java Screens.GameScreen.java Screens.LoadingScreen.java Screens.Screen.java Screens.StartScreen.java com.example.cells.Graphics.BitmapHolder.java com.example.cells.Graphics.Graphics.java com.example.cells.IO.Handlers.KeyBoardHandler.java com.example.cells.IO.Handlers.TouchHandler.java com.example.cells.IO.Input.java com.example.cells.IO.InputImpl.java com.example.cells.IO.ObjectFactory.java com.example.cells.IO.Pool.java com.example.cells.IO.Touch.java com.example.cells.MainActivity.java com.example.cells.Views.GameSurfaceView.java com.example.cells.Views.GameThread.java