Code Monkey home page Code Monkey logo

point-and-hit's Introduction

Point & Hit

Point & Hit is a fast-paced tilt-based game. You have to shoot targets before they dissapear. It uses libgdx.

Controls

  • Tilt the device to aim
  • Tap the screen to shoot

Download

F-Droid Google Play

Features

  • Addicting fast-paced gameplay
  • Beat the highscore
  • Changing themes as you reach higher scores
  • Fully free and open source

License

This repository is licensed under the Gnu General Public License version 3 or later, for more information see the LICENSE file.

I release all assets into the public domain.

point-and-hit's People

Contributors

raatmarien avatar pheki avatar

Stargazers

 avatar zawawimanja avatar  avatar Jaldhar H. Vyas avatar relict007 avatar Suri avatar  avatar viric avatar  avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

point-and-hit's Issues

GdxRuntimeException: Libgdx requires OpenGL ES 2.0

//package name: com.jmstudios.pointandhit.android
//version: 1.1.0
//target sdk version: android-18
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.jmstudios.pointandhit.android/com.jmstudios.pointandhit.android.AndroidLauncher}: com.badlogic.gdx.utils.GdxRuntimeException: Libgdx requires OpenGL ES 2.0
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
at android.app.ActivityThread.access$600(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Libgdx requires OpenGL ES 2.0
at com.badlogic.gdx.backends.android.AndroidGraphics.createGLSurfaceView(AndroidGraphics.java:127)
at com.badlogic.gdx.backends.android.AndroidGraphics.(AndroidGraphics.java:107)
at com.badlogic.gdx.backends.android.AndroidGraphics.(AndroidGraphics.java:100)
at com.badlogic.gdx.backends.android.AndroidApplication.init(AndroidApplication.java:133)
at com.badlogic.gdx.backends.android.AndroidApplication.initialize(AndroidApplication.java:99)
at com.badlogic.gdx.backends.android.AndroidApplication.initialize(AndroidApplication.java:88)
at com.jmstudios.pointandhit.android.AndroidLauncher.onCreate(AndroidLauncher.java:30)
at android.app.Activity.performCreate(Activity.java:5133)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)

App crashes on startup; Caused by UnsatisfiedLinkError

Hi, I've just installed your application via F-Droid, but as soon as I try to start the application, the dialog "Unfortunately, Point & Hit has stopped" appears.

Device info

Model: Google Nexus 4 (mako)
OS Version: CyanogenMod 13 Nightly (2016-02-09), based on Android 6.0.1 Marshmallow
Google Play Services installed: No.

Logcat output

03-23 09:16:12.404 12987 12987 D AndroidRuntime: Shutting down VM
03-23 09:16:12.406 12987 12987 E AndroidRuntime: FATAL EXCEPTION: main
03-23 09:16:12.406 12987 12987 E AndroidRuntime: Process: com.jmstudios.pointandhit.android, PID: 12987
03-23 09:16:12.406 12987 12987 E AndroidRuntime: java.lang.ExceptionInInitializerError
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at java.lang.Class.newInstance(Native Method)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at android.app.Instrumentation.newActivity(Instrumentation.java:1068)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2351)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2520)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at android.app.ActivityThread.-wrap11(ActivityThread.java)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1363)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5466)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load shared library 'gdx' for target: Linux, 32-bit
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at com.badlogic.gdx.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:117)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at com.badlogic.gdx.utils.GdxNativesLoader.load(GdxNativesLoader.java:34)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at com.badlogic.gdx.backends.android.AndroidApplication.(AndroidApplication.java:61)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: ... 12 more
03-23 09:16:12.406 12987 12987 E AndroidRuntime: Caused by: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.jmstudios.pointandhit.android-1/base.apk"],nativeLibraryDirectories=[/data/app/com.jmstudios.pointandhit.android-1/lib/arm, /vendor/lib, /system/lib]]] couldn't find "libgdx.so"
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at java.lang.Runtime.loadLibrary(Runtime.java:367)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1076)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: at com.badlogic.gdx.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:113)
03-23 09:16:12.406 12987 12987 E AndroidRuntime: ... 14 more

Hope this will help you ;)

Request : invert movement axis setting

Hi there !

I like your game ! I'm terrible at it though haha. That's partly because for some reason I instinctively tend to tilt the phone in the opposite direction. Therefore it would be nice to have the option to invert the axiss :).

UnsatisfiedLinkError

//package name: com.jmstudios.pointandhit.android
//version: 1.0.2
//target sdk version: android-18
java.lang.ExceptionInInitializerError
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1130)
at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
at android.app.ActivityThread.access$600(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load shared library 'gdx' for target: Linux, 32-bit
at com.badlogic.gdx.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:117)
at com.badlogic.gdx.utils.GdxNativesLoader.load(GdxNativesLoader.java:34)
at com.badlogic.gdx.backends.android.AndroidApplication.(AndroidApplication.java:61)
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load gdx from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.jmstudios.pointandhit.android-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.jmstudios.pointandhit.android-1, /system/lib]]]: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:355)
at java.lang.System.loadLibrary(System.java:525)
at com.badlogic.gdx.utils.SharedLibraryLoader.load(SharedLibraryLoader.java:113)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.