This repository contains my completed assignments for BBM104: Introduction to Programming Laboratory II. These projects were developed using Java and JavaFX, focusing on various programming concepts including algorithms, data structures, GUI development, and game design. Each project demonstrates my understanding of the subject and provides practical experience in applying theoretical knowledge to real-world scenarios.
BBM104_Projects/
├── MazeSolver/
│ └── (Files for solving maze problems using algorithms)
├── SpacecraftSystem/
│ └── (Files for simulating spacecraft movement and interactions within a space grid)
├── BankManagementSystem/
│ └── (Files for managing different bank accounts, transactions, and exceptions)
├── SpaceInvader/
│ └── (JavaFX-based game with player-controlled spacecraft and enemy ships)
├── quiz/
│ └── (Files for an interactive quiz system, including various questions and logic)
└── README.md