Skip to content

superunknownh/superjg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superjg

superjg is a vanilla Java game engine, written as a template base to create video games.

The base implementation is a Pong-like game.


Engine components

  • com.example.superjg.cfg: This package stores the game configuration used by the game and the configuration editor.
  • com.example.superjg.cfg.editor This package has the clases for the configuration editor.
  • com.example.superjg.cfg.game This package has the clases for the game.
  • com.example.superjg.cfg.utils This package stores utility functions in common.

Pong instructions

Use the LEFT and RIGHT arrows to move the racquet before the ball gets the floor. Get as much score as possible in the HARD mode.

Press ESCAPE to pause the game.

Here is how the game looks like:

(c) 2020 Superunknown

About

Vanilla Java game engine, written as a template base to create video games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages