Releases Tags
-
Netpong v0.2 Stable
released this 9 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, sincecheck_server()
andcheck_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
-
netpong v0.1 - First release Stable
released this 10 months ago | 110 commits to master since this release
This is the first release of netpong.
Download the appropriate binary for your Operating System (MacOS builds aren't available yet). The Linux build is available as a statically-linked binary.
TODO
- Create builds for macOS
Downloads