• Netpong v0.2 Stable

    Rockingcool released this 7 months ago | 12 commits to master since this release

    There are a number of changes in this release, and I'm very excited at the progress being made.

    Here's a short list of user-facing changes (there is no CHANGELOG yet, unfortunately).

    • GUI selection of game mode (implemented with RayGUI)
    • GUI input of IP/port, and the connection code.
    • Help text, printed with the '-h' flag.
    • Lowered the game speed.
    • Improved error-checking for IP and port, and the connect code.
    • IPv6 support.

    Here's a list of developer-side changes.

    • Removed the check_server_client() function, since check_server() and check_client() perform the same roles.
    • Created an environment-agnostic print function, that can display text to the console or the GUI window, depending on how the program was run.

    See TODO.txt for upcoming improvements.

    Downloads