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.

Published 15 days ago
StatusIn development
PlatformsWindows, macOS, Linux, Android
AuthorHenk
Tags2D, beginner, java

Download

Download
Flappy Santa.zip 134 kB
Download
christmas-challenge-HenrikJustUR-main.zip 136 kB

Install instructions

INSTALLATION INSTRUCTIONS

Requires Java to be installed on your system.

  1. Unzip the downloaded file completely.
  2. Ensure the "assets" folder remains in the same directory as the .jar file.
  3. 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.

  1. Import the project folder into IntelliJ IDEA or Eclipse.
  2. Ensure "GraphicsApp.jar" (located in the /libs folder) is added to your project dependencies/build path.
  3. Main entry point: ChristmasChallenge.java

Leave a comment

Log in with itch.io to leave a comment.