Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 504 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 504 Bytes

About this project

This repository contains all demonstrated codes for Further Programming and Advanced Programming in Semester 2, 2024.

Dependencies

  • Java JDK17+
  • JavaFX

Project Structure

.
├── src                     # Source files
│   ├── lectorial01             # Codes in Week 1 lectorial
│   ├── lectorial02             # Codes in Week 2 lectorial
│   ├── lectorialX              # Codes in Week X lectorial
└── README.md