Releases: approachcircle/Pong
Releases · approachcircle/Pong
Release list
v1.1.1-alpha
this release adds round names (Round 1, Sudden death, Match point etc) and runs in exclusive fullscreen
v1.1.0-alpha
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
same as previous release but with fixed ResultScreen scaling
v1.0.0-alpha
first pong release on github. server connectivity and multiplayer is not implemented yet