Android game with sushi, physics, and rolling around with the accelerometer. (LibGDX).
SushiLoco is hosted in the following web site
https://github.com/ivanarellano/SushiLoco
If you think the Android project SushiLoco 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 SushiLoco.
Item | Value |
---|---|
Java File Count | 61 |
Target SDK Version | 20 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Asset File Names | assets\click.ogg assets\droidsans.fnt assets\music.mp3 |
SushiLoco has the following Java source files.
com.scrappile.sushiloco.Assets.java com.scrappile.sushiloco.Controller.java com.scrappile.sushiloco.Drawable.java com.scrappile.sushiloco.ExperienceChain.java com.scrappile.sushiloco.GameObject.java com.scrappile.sushiloco.GameObjectRepresentation.java com.scrappile.sushiloco.GameScreen.java com.scrappile.sushiloco.Level.java com.scrappile.sushiloco.LevelRenderer.java com.scrappile.sushiloco.LevelState.java com.scrappile.sushiloco.MultiTexture.java com.scrappile.sushiloco.ObjectRepresentation.java com.scrappile.sushiloco.ParallaxBackground.java com.scrappile.sushiloco.ParallaxLayer.java com.scrappile.sushiloco.Renderable.java com.scrappile.sushiloco.ScreenStack.java com.scrappile.sushiloco.Settings.java com.scrappile.sushiloco.SingleTexture.java com.scrappile.sushiloco.SushiLoco.java com.scrappile.sushiloco.Timer.java com.scrappile.sushiloco.android.AndroidLauncher.java com.scrappile.sushiloco.box2d.BodyFactory.java com.scrappile.sushiloco.box2d.FrustrumCulling.java com.scrappile.sushiloco.box2d.JointFactory.java com.scrappile.sushiloco.box2d.PhysicsObject.java com.scrappile.sushiloco.box2d.PhysicsWorld.java com.scrappile.sushiloco.controller.PlayerController.java com.scrappile.sushiloco.desktop.DesktopLauncher.java com.scrappile.sushiloco.gui.Button.java com.scrappile.sushiloco.gui.GoalMeter.java com.scrappile.sushiloco.gui.Gui.java com.scrappile.sushiloco.gui.ImageButton.java com.scrappile.sushiloco.gui.LabelButton.java com.scrappile.sushiloco.gui.LevelGui.java com.scrappile.sushiloco.gui.MainMenuGui.java com.scrappile.sushiloco.gui.TimerBar.java com.scrappile.sushiloco.level.TestLevel.java com.scrappile.sushiloco.object.GameBoxObject.java com.scrappile.sushiloco.object.GameCircleObject.java com.scrappile.sushiloco.object.Ground.java com.scrappile.sushiloco.object.ObjectFactory.java com.scrappile.sushiloco.object.Player.java com.scrappile.sushiloco.object.StaticBoxObject.java com.scrappile.sushiloco.object.StaticObject.java com.scrappile.sushiloco.object.decor.Boat.java com.scrappile.sushiloco.object.decor.Counter.java com.scrappile.sushiloco.object.dishes.Dishes.java com.scrappile.sushiloco.object.dishes.Saucer.java com.scrappile.sushiloco.object.dishes.SmallCups.java com.scrappile.sushiloco.object.dishes.WoodenPlate.java com.scrappile.sushiloco.object.food.CrabNigiri.java com.scrappile.sushiloco.object.food.Dumpling.java com.scrappile.sushiloco.object.food.EggNigiri.java com.scrappile.sushiloco.object.food.FoodFactory.java com.scrappile.sushiloco.object.food.MackarelNigiri.java com.scrappile.sushiloco.object.food.SoySauce.java com.scrappile.sushiloco.object.food.TunaNigiri.java com.scrappile.sushiloco.screen.LevelSelectScreen.java com.scrappile.sushiloco.screen.MainMenuScreen.java com.scrappile.sushiloco.screen.PlayScreen.java com.scrappile.sushiloco.screen.SplashScreen.java