Jong game made from scratch in java.
The workspace contains two folders by default, where:
src
: the folder to maintain sourcesmain
: containsMain
,GamePanel
andKeyHandler
entity
: containsEntity
that is inherited by other classes -Ball
andPlayer
ui
: the folder to maintain UIutil
: contains utiltity toolsres
: resources
lib
: the folder to maintain dependencies |No dependencie|
Meanwhile, the compiled output files will be generated in the bin
folder by default.