Skip to content

Releases: math0898/SugaEngine

v2.3.3

21 Aug 22:32
86336d9

Choose a tag to compare

  • Added null check for processing input on loadedScene in BasicGame.
  • Removed deprecation and unused code in BasicGameObject.runLogic(). runLogic() is called every tick in BasicGame.
  • Added exception checking in both graphics and game logic threads which simply prints to the logger and continues.
  • Updated documentation in GraphicsPanel and GraphicsPanelInterface.
  • Assigned a mock scene as the loaded scene for the tested game.

v1.2.1

24 Mar 08:26
7ef6d95

Choose a tag to compare

#11

What's Changed

New Contributors

Full Changelog: pong-v0.0.1...v1.2.1

Pong - v0.0.1

31 Jan 05:02

Choose a tag to compare

Pong - v0.0.1 Pre-release
Pre-release

The basic Pong game has been added. There are still plans for improving Pong, the engine, and adding additional games.

The game requires Java 17 to run. You can find a copy at either of these locations:

To run on Linux, open the Linux.sh script. To run on Windows open Windows.bat, click "More information", and then "Run Anyways".

Controls are:

  • Up / Down to move.
  • Esc to pause.
  • I to see HitBoxes
  • L to print frame rate.