Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 491 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 491 Bytes

Java-Repositories

Collection of Java scripts. I have written these in eclipse and I don't know how to export them well along with all their external dependencies.

  • Bank_co_ui -> A swift ui sample
  • Brick breaker prototypes -> A swift ui replica of brick breaker games
  • Lyrics_extractor -> I used beautiful soap for lyrics extraction
  • Physics_Blocks2D -> My attempt to do physics on 2D plane. Failed.
  • 2D Shadow Casting -> My attempt to do shadow casting (or visibility) using Swing