Skip to content

IamRishavDas/Bablu-Bhai-The-Warrior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActionGame

A simple Pin Ball game using java

  1. First Simple JFrame And JPanel for the game
  2. Draw basic components using the paintComponent defined in JPanel

public void paintCompoent(Graphics g){ super.paintComponent(g); ...// drawing methods ... }

Also, update the paintComponet() using the repaint() method. 4. Game Loop ---> Every Game must contain a game Loop 1. repaint() game loop 2. make a fps counter 3. visuals Now the sepearte game loop with different thread.

HitBox.Compressed.mp4

About

A simple 2D Game using java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages