Android Open Source - Framework library SimpleAndroidGameFramework






Project Summary

Android Studio library project to provide a simple game framework, loosely based on Scratch model. It is intended to be used as a tool to create simple games, and to help to learn how to write graphical apps..

Web Site / Source Repository

SimpleAndroidGameFramework is hosted in the following web site
https://github.com/pbosman/SimpleAndroidGameFramework

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

ItemValue
Java File Count17
Supported screen sizes[mdpi]
Activity Count1
Raw File Namesres\raw\ping_noise.wav




Resource Files

There are 11 image files in SimpleAndroidGameFramework. The names of the image files are listed as follows.

bat.png
pong_num1.gif
pong_num10.gif
pong_num2.gif
pong_num3.gif
pong_num4.gif
pong_num5.gif
pong_num6.gif
pong_num7.gif
pong_num8.gif
pong_num9.gif

The following screenshort is generated from the image listed above.

null




Java Source Files

SimpleAndroidGameFramework has the following Java source files.

outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.GameObject.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.GameObjectContainer.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.GameSurface.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.IGameObject.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.IGameObjectContainer.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.ISprite.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.IStage.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.MotionTracker.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.ScaledBitmap.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.Sprite.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.Stage.java
outhousedev.simpleandroidgameframework.simpleandroidgameframeworklib.Stopwatch.java
simpleandroidgameframework.outhousedev.pong.ApplicationTest.java
simpleandroidgameframework.outhousedev.pong.GameObjectFactory.java
simpleandroidgameframework.outhousedev.pong.MainActivity.java
simpleandroidgameframework.outhousedev.pong.TestBall.java
simpleandroidgameframework.outhousedev.pong.TestScore.java