Add StickHero game project to Game Development section #774
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds my StickHero game project to the Game Development section of the Project-Based-Learning repository.
StickHero is a simple and fun Java/JavaFX arcade-style game where the player grows a stick to cross from one platform to another. The project includes well-structured code using design patterns (Singleton, Flyweight), clean UI, sound effects, gameplay animations, and a full README with screenshots and a demo video.
Motivation and Context
This addition expands the Game Development section with a complete beginner-friendly Java game project that others can clone, learn from, and build upon.
It demonstrates JavaFX UI design, animations, event handling, and object-oriented patterns.
It also includes a demo video, screenshots, and step-by-step instructions.
Project Link:
https://github.com/Namitjain07/STICKHERO
How Has This Been Tested?
Types of changes
Checklist: