code
stringlengths
3
1.18M
language
stringclasses
1 value
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2011 Darren Salt * * Licensed under the Apache License, Version 2.0 (the "Licence"); you may * not use this file except in compliance with the Licence. You may obtain * a copy of the Licence at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
Java
/* * Copyright (C) 2008-2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
Java
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
package org.pocketworkstation.pckeyboard; import android.content.Context; import android.content.res.TypedArray; import android.preference.DialogPreference; import android.util.AttributeSet; import android.view.View; import android.widget.SeekBar; import android.widget.TextView; /** * SeekBarPreference provides a di...
Java
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
Java
/** * */ package org.pocketworkstation.pckeyboard; import android.content.Context; import android.preference.ListPreference; import android.util.AttributeSet; import android.util.Log; public class AutoSummaryListPreference extends ListPreference { private static final String TAG = "HK/AutoSummaryListPreference"...
Java
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
package org.pocketworkstation.pckeyboard; import android.content.Context; import android.preference.EditTextPreference; import android.util.AttributeSet; public class AutoSummaryEditTextPreference extends EditTextPreference { public AutoSummaryEditTextPreference(Context context) { super(context); } ...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
Java
/* * Copyright (C) 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
Java
/* * Copyright (C) 2008-2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2011 Darren Salt * * Licensed under the Apache License, Version 2.0 (the "Licence"); you may * not use this file except in compliance with the Licence. You may obtain * a copy of the Licence at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
package org.pocketworkstation.pckeyboard; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.xmlpull.v1.XmlPullParserException; import android.content.BroadcastReceiver; import android.content.Context; ...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
Java
/* * Copyright (C) 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
Java
/* * Copyright (C) 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
Java
/* * Copyright (C) 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Java
/* * Copyright (C) 2008-2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
Java
package com.angularjs.sample; import java.text.DateFormat; import java.util.Date; import java.util.Locale; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; impo...
Java
package com.angularjs.sample; import java.util.Locale; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.Re...
Java
import java.io.IOException; import javax.imageio.ImageIO; public class BirdMoineaux extends Bird { private static final int MOINEAUX_SPEED = 2; private static final int MOINEAUX_TIME = 13; private static final int MOINEAUX_IMAGE_WIDTH = 20; private static final int MOINEAUX_IMAGE_HEIGHT = 20; private static fi...
Java
import java.awt.Color; import java.awt.Font; import java.awt.FontFormatException; import java.awt.Graphics; import java.awt.Image; import java.io.IOException; import java.util.ArrayList; import javax.imageio.ImageIO; import javax.swing.JPanel; public class GameView extends JPanel { private static final long serialV...
Java
public class Main { public static void main(String[] args) { GameControler game = new GameControler(); game.start(); } }
Java
import java.awt.Color; import java.awt.Graphics; import java.awt.Image; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.IOException; import javax.imageio.ImageIO; import javax.print.DocFlavor.URL; import javax.swing.Icon; import javax.swing.ImageIcon; import javax.swing.JButton;...
Java
import java.awt.Image; import java.awt.Rectangle; import java.io.IOException; import javax.imageio.ImageIO; public class Egg { public double y; public double x; private double speed = 10; private Image image; private int imageWidth = 20; private int imageHeight = 20; private int type; private boolean isExp...
Java
public class SoundControler { private double outputVolume = 0.5; private Thread musicThread; private SoundThread music; private Boolean stopMusic = false; private Thread fxThread; private SoundThread fx; public void playSong(String filename) { this.stopMusic = false; if(filename == null) filename = "...
Java
import java.io.IOException; import javax.sound.sampled.AudioFormat; import javax.sound.sampled.AudioInputStream; import javax.sound.sampled.AudioSystem; import javax.sound.sampled.DataLine; import javax.sound.sampled.FloatControl; import javax.sound.sampled.LineUnavailableException; import javax.sound.sampled.SourceDa...
Java
import java.awt.Image; import java.io.IOException; import javax.imageio.ImageIO; public class BossTarget extends Target { private static final int DAMAGE_TAKEN_BY_COLIBRIS = 1; private static final int DAMAGE_TAKEN_BY_MOINEAUX = 2; private static final int DAMAGE_TAKEN_BY_PIGEON = 3; private static final int ...
Java
import java.io.IOException; import javax.imageio.ImageIO; public class BirdPigeon extends Bird { private static final int PIGEON_SPEED = 4; private static final int PIGEON_TIME = 15; private static final int PIGEON_IMAGE_WIDTH = 28; private static final int PIGEON_IMAGE_HEIGHT = 20; private static final int PI...
Java
import java.awt.Dimension; import javax.swing.JFrame; import javax.swing.JPanel; public class Windows extends JFrame { /** * */ private static final long serialVersionUID = 1L; public static final int WIDTH = GameControler.TILES_SIZE*GameControler.NUMBER_OF_TILES_WIDTH; public static final int HEIGHT = Gam...
Java
import java.awt.Rectangle; import java.util.ArrayList; public class TargetControler extends Thread { private static ArrayList<Target> arrayTarget = new ArrayList<Target>(); private static int numberOfTarget; private Map map; private boolean state = true; public boolean paused = false; public Target lastTargetK...
Java
import java.awt.Image; public abstract class Bird { public static final int COLIBRIS_TYPE = 1; public static final int MOINEAUX_TYPE = 2; public static final int PIGEON_TYPE = 3; private int type; protected Image[] imageArray = new Image[2]; protected Image currentImage; protected int orientation; private...
Java
import java.awt.Image; public abstract class Target { protected double posX; protected double posY; protected int lifePoints; protected boolean isLiving; protected boolean isInvincible; protected Image image; protected int imageHeight; protected int imageWidth; protected abstract ...
Java
import java.io.IOException; import javax.imageio.ImageIO; public class PigTarget extends MovingTarget { private static final int DAMAGE_TAKEN_BY_COLIBRIS = 1; private static final int DAMAGE_TAKEN_BY_MOINEAUX = 1; private static final int DAMAGE_TAKEN_BY_PIGEON = 1; private static final int POINTS_GIVEN_WHEN_...
Java
import java.io.IOException; import javax.imageio.ImageIO; public class BirdColibris extends Bird { private static final int COLIBRIS_SPEED = 8; private static final int COLIBRIS_TIME = 10; private static final int COLIBIS_IMAGE_WIDTH = 20; private static final int COLIBRIS_IMAGE_HEIGHT = 20; private static fin...
Java
import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.lang.reflect.Array; import java.net.ServerSocket; import java.net.Socket; import java.util.Arrays; public class WifiCon...
Java
package org.anddev.andengine.examples; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientati...
Java
package org.anddev.andengine.examples.adt.card; /** * @author Nicolas Gramlich * @since 18:59:33 - 18.06.2010 */ public enum Color { // =========================================================== // Elements // =========================================================== CLUB, // Kreuz DIAMOND, ...
Java
package org.anddev.andengine.examples.adt.card; /** * @author Nicolas Gramlich * @since 18:59:46 - 18.06.2010 */ public enum Value { // =========================================================== // Elements // =========================================================== ACE, ONE, TWO, THREE, ...
Java
package org.anddev.andengine.examples.adt.card; /** * @author Nicolas Gramlich * @since 18:59:13 - 18.06.2010 */ public enum Card { // =========================================================== // Elements // =========================================================== CLUB_ACE(Color.CLUB, Value.ACE...
Java
package org.anddev.andengine.examples.adt.cityradar; public class City { // =========================================================== // Constants // =========================================================== // =========================================================== // Fields // =============...
Java
package org.anddev.andengine.examples; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.camera.hud.controls.BaseOnScreenControl; import org.anddev.andengine.engine.camera.hud.controls...
Java
package org.anddev.andengine.examples; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientati...
Java
package org.anddev.andengine.examples; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientati...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.handler.physics.PhysicsHandler; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions...
Java
package org.anddev.andengine.examples; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.camera.hud.controls.AnalogOnScreenControl; import org.anddev.andengine.engine.camera.hud.contro...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation; import org.anddev.andengine.engine.options.reso...
Java
package org.anddev.andengine.examples; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientati...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation; import org.anddev.andengine.engine.options.reso...
Java
package org.anddev.andengine.examples.game.pong.adt; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import org.anddev.andengine.examples.game.pong.util.constants.PongConstants; import org.anddev.andengine.extension.multiplayer.protocol.adt.message.server.ServerMess...
Java
package org.anddev.andengine.examples.game.pong.adt; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import org.anddev.andengine.examples.game.pong.util.constants.PongConstants; import org.anddev.andengine.extension.multiplayer.protocol.adt.message.client.ClientMess...
Java
package org.anddev.andengine.examples.game.pong.adt; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import org.anddev.andengine.examples.game.pong.util.constants.PongConstants; import org.anddev.andengine.extension.multiplayer.protocol.adt.message.server.ServerMess...
Java
package org.anddev.andengine.examples.game.pong.adt; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import org.anddev.andengine.examples.game.pong.util.constants.PongConstants; import org.anddev.andengine.extension.multiplayer.protocol.adt.message.server.ServerMess...
Java
package org.anddev.andengine.examples.game.pong.adt; /** * @author Nicolas Gramlich * @since 12:11:58 - 01.03.2011 */ public class Score { // =========================================================== // Constants // =========================================================== // ===================...
Java
package org.anddev.andengine.examples.game.pong.adt; /** * @author Nicolas Gramlich * @since 12:14:17 - 01.03.2011 */ public class PaddleUserData { // =========================================================== // Constants // =========================================================== // ==========...
Java
package org.anddev.andengine.examples.game.pong.adt; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import org.anddev.andengine.examples.game.pong.util.constants.PongConstants; import org.anddev.andengine.extension.multiplayer.protocol.adt.message.server.ServerMess...
Java
package org.anddev.andengine.examples.game.pong; import java.io.IOException; import java.net.Socket; import org.anddev.andengine.examples.game.pong.adt.SetPaddleIDServerMessage; import org.anddev.andengine.examples.game.pong.adt.UpdateBallServerMessage; import org.anddev.andengine.examples.game.pong.adt.Update...
Java
package org.anddev.andengine.examples.game.pong.util.constants; import org.anddev.andengine.examples.game.pong.adt.PaddleUserData; /** * @author Nicolas Gramlich * @since 19:49:20 - 28.02.2011 */ public interface PongConstants { // =========================================================== // Final Fi...
Java
package org.anddev.andengine.examples.game.pong; import java.io.IOException; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.LimitedFPSEngine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.handler.IUpdateHandler; import org.anddev.andengine....
Java
package org.anddev.andengine.examples.game.pong; import java.io.IOException; import java.util.ArrayList; import org.anddev.andengine.engine.handler.IUpdateHandler; import org.anddev.andengine.entity.primitive.Line; import org.anddev.andengine.entity.primitive.Rectangle; import org.anddev.andengine.examples.ga...
Java
package org.anddev.andengine.examples.game.snake.adt; /** * @author Nicolas Gramlich * @since 15:29:42 - 11.07.2010 */ public class SnakeSuicideException extends Exception { // =========================================================== // Constants // ===================================================...
Java
package org.anddev.andengine.examples.game.snake.adt; /** * @author Nicolas Gramlich * @since 02:29:05 - 08.07.2010 */ public enum Direction { // =========================================================== // Elements // =========================================================== UP(), DOWN, LEFT, R...
Java
package org.anddev.andengine.examples.game.snake.util.constants; /** * @author Nicolas Gramlich * @since 17:42:10 - 09.07.2010 */ public interface SnakeConstants { // =========================================================== // Final Fields // ==========================================================...
Java
package org.anddev.andengine.examples.game.snake.entity; import org.anddev.andengine.entity.sprite.Sprite; import org.anddev.andengine.examples.game.snake.util.constants.SnakeConstants; import org.anddev.andengine.opengl.texture.region.TextureRegion; /** * @author Nicolas Gramlich * @since 17:13:44 - 09.07....
Java
package org.anddev.andengine.examples.game.snake.entity; import org.anddev.andengine.entity.sprite.AnimatedSprite; import org.anddev.andengine.examples.game.snake.util.constants.SnakeConstants; import org.anddev.andengine.opengl.texture.region.TiledTextureRegion; /** * @author Nicolas Gramlich * @since 17:1...
Java
package org.anddev.andengine.examples.game.snake.entity; import org.anddev.andengine.examples.game.snake.adt.Direction; import org.anddev.andengine.opengl.texture.region.TiledTextureRegion; /** * @author Nicolas Gramlich * @since 17:44:59 - 09.07.2010 */ public class SnakeHead extends AnimatedCellEntity {...
Java
package org.anddev.andengine.examples.game.snake.entity; import org.anddev.andengine.opengl.texture.region.TextureRegion; /** * @author Nicolas Gramlich * @since 17:44:59 - 09.07.2010 */ public class SnakeTailPart extends CellEntity implements Cloneable { // ==============================================...
Java
package org.anddev.andengine.examples.game.snake.entity; import org.anddev.andengine.opengl.texture.region.TiledTextureRegion; /** * @author Nicolas Gramlich * @since 14:08:58 - 11.07.2010 */ public class Frog extends AnimatedCellEntity { // =========================================================== /...
Java
package org.anddev.andengine.examples.game.snake.entity; /** * @author Nicolas Gramlich * @since 23:39:05 - 11.07.2010 */ public interface ICellEntity { // =========================================================== // Constants // =========================================================== public ...
Java
package org.anddev.andengine.examples.game.snake.entity; import java.util.LinkedList; import org.anddev.andengine.entity.Entity; import org.anddev.andengine.examples.game.snake.adt.Direction; import org.anddev.andengine.examples.game.snake.adt.SnakeSuicideException; import org.anddev.andengine.opengl.texture.r...
Java
package org.anddev.andengine.examples.game.snake; import java.io.IOException; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.audio.sound.Sound; import org.anddev.andengine.audio.sound.SoundFactory; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.ca...
Java
package org.anddev.andengine.examples.game.racer; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.camera.hud.controls.AnalogOnScreenControl; import org.anddev.andengine.engine.camera...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.entity.scene.menu.MenuScene; import org.anddev.andengine.entity.scene.menu.animator.SlideMenuAnimator; import org.anddev.andengine.entity.scene.menu.item.IMenuItem; import org.anddev.andengine.entity.scene.menu.item.SpriteMenuItem; import org.and...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation; import org.anddev.andengine.engine.options.reso...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation; import org.anddev.andengine.engine.options.reso...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation; import org.anddev.andengine.engine.options.reso...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation; import org.anddev.andengine.engine.options.reso...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.camera.hud.HUD; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientati...
Java
package org.anddev.andengine.examples; import javax.microedition.khronos.opengles.GL10; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientati...
Java
package org.anddev.andengine.examples; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation; import org.anddev.andengine.engine.options.reso...
Java
package org.anddev.andengine.examples; import java.util.Random; import org.anddev.andengine.engine.Engine; import org.anddev.andengine.engine.camera.Camera; import org.anddev.andengine.engine.options.EngineOptions; import org.anddev.andengine.engine.options.EngineOptions.ScreenOrientation; import org.anddev.a...
Java