Flappy icon indicating copy to clipboard operation
Flappy copied to clipboard

A clone of Flappy Bird made for desktop platforms using Java and OpenGL.

Results 3 Flappy issues
Sort by recently updated
recently updated
newest added

For the current version of LWJGL 3.2.1, I found the following changes are necessary to run this very satisfying Flappy game clone tutorial. Thank you for making this tutorial.

Exception in thread "Game" org.lwjgl.system.libffi.ClosureError: Callback failed because the closure instance has been garbage collected. at org.lwjgl.glfw.GLFW.glfwPollEvents(Native Method) at com.example.kieran.SpaceHopper2.Main.update(Main.java:113) at com.example.kieran.SpaceHopper2.Main.run(Main.java:92) at java.lang.Thread.run(Unknown Source)

These updates are the ones needed for the Flappy to work with the newest LWJGL libraries. Caution not to take my .classpath file.