Skip to content

Commit

Permalink
New import
Browse files Browse the repository at this point in the history
  • Loading branch information
pfedor committed Nov 16, 2009
0 parents commit 78ee576
Show file tree
Hide file tree
Showing 77 changed files with 5,764 additions and 0 deletions.
16 changes: 16 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.jfedor.frozenbubble"
android:versionCode="1"
android:versionName="1.0">
<application android:label="@string/app_name">
<activity android:name=".FrozenBubble"
android:configChanges="orientation|keyboardHidden"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

The Android port of the Frozen Bubble game. Developed with SDK v. 1.1_r1.
The code is based on the Java version of Frozen Bubble created by Glenn
Sanson. The original Frozen Bubble was created by Guillaume Cottenceau
(programming), Alexis Younes and Amaury Amblard-Ladurantie (artwork) and
Matthias Le Bidan (soundtrack).

The Android port, just like the original Frozen Bubble, is covered by
GNU GPL v2.
Loading

0 comments on commit 78ee576

Please sign in to comment.