Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 562 Bytes

File metadata and controls

17 lines (12 loc) · 562 Bytes

JONG

Jong game made from scratch in java.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
    • main: contains Main, GamePanel and KeyHandler
    • entity: contains Entity that is inherited by other classes - Ball and Player
    • ui: the folder to maintain UI
    • util: contains utiltity tools
    • res: resources
  • lib: the folder to maintain dependencies |No dependencie|

Meanwhile, the compiled output files will be generated in the bin folder by default.