Skip to content

Releases: approachcircle/Pong

v1.1.1-alpha

v1.1.1-alpha Pre-release
Pre-release

Choose a tag to compare

@approachcircle approachcircle released this 21 Feb 20:14

this release adds round names (Round 1, Sudden death, Match point etc) and runs in exclusive fullscreen

v1.1.0-alpha

v1.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@approachcircle approachcircle released this 01 Feb 16:25

this release adds logging to local files at %appdata%\Pong\logs\ as well as to the console standard out and error streams. (note that because we fetch the appdata environment variable, logs are stored incorrectly for unix systems in this release). Screens have been reworked to add iterative rendering instead of rendering each Renderable manually. this shouldn't visibly impact performance or interactions.

v1.0.1-alpha

v1.0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@approachcircle approachcircle released this 08 Jan 03:51

same as previous release but with fixed ResultScreen scaling

v1.0.0-alpha

v1.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@approachcircle approachcircle released this 08 Jan 01:40

first pong release on github. server connectivity and multiplayer is not implemented yet