superjg is a vanilla Java game engine, written as a template base to create video games.
The base implementation is a Pong-like game.
- 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.
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