Android Open Source - Game 2d t_cells






Project Summary

Android Game Using Skia 2D Graphics Library and a multi-threaded SurfaceView.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of t_cells.

ItemValue
Java File Count21
Target SDK Version16
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\cells\cellCritical.png
assets\cells\cellHealthy.png
assets\cells\cellHealthySelected.png
assets\cells\environmentBackground.png
assets\cells\loadingScreen.png
assets\cells\startScreen.png




Java Source Files

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