Janky Hollow Knight

Game Development2024

About the Project

An interactive game developed using Greenfoot, showcasing object-oriented programming and game mechanics.

Technologies Used

GreenfootJavaJavaScript

📘 Project Details

  • Inspired by the Hollow Knight game, created using Greenfoot in Java.
  • Focused on core OOP concepts like inheritance, polymorphism, and abstraction.
  • Game included custom sprites, animations, and audio for a complete experience.
  • Integrated JavaScript to extend certain UI elements and logic.

🚀 Key Features

  • Custom character movement and physics system
  • Enemy AI with different behavior patterns
  • Health and damage system
  • Collectible items and power-ups
  • Level design and progression

🧩 Challenges Faced

  • Learning Greenfoot and its documentation
  • Implementing smooth character movement
  • Creating balanced enemy AI
  • Designing engaging level layouts

🏆 Achievements

  • Successfully completed the project within the deadline
  • Created a fully playable game with multiple levels
  • Implemented complex game mechanics from scratch