Flappy Santa
A downloadable game for Windows, macOS, Linux, and Android
A Java-based 2D game developed within a strict time frame for a university coding challenge. The project focuses on implementing a custom physics engine (gravity and velocity simulation) and object-oriented rendering using the GraphicsApp library.
Due to limited development time, the implementation is incomplete. The start screen, end screen, and column rendering have not yet been implemented.
| Status | In development |
| Platforms | Windows, macOS, Linux, Android |
| Author | Henk |
| Tags | 2D, beginner, java |
| Content | No generative AI was used |
Install instructions
INSTALLATION INSTRUCTIONS
Requires Java to be installed on your system.
- Unzip the downloaded file completely.
- Ensure the "assets" folder remains in the same directory as the .jar file.
- Double-click "ChristmasChallenge.jar" to start.
Note for Mac Users: If macOS blocks the application, right-click the file and select "Open" to bypass the security warning.
SOURCE CODE
Standard Java project structure.
- Import the project folder into IntelliJ IDEA or Eclipse.
- Ensure "GraphicsApp.jar" (located in the /libs folder) is added to your project dependencies/build path.
- Main entry point: ChristmasChallenge.java

Leave a comment
Log in with itch.io to leave a comment.