rps_app_win_v2_2_0.zip
rps_app_linux_v2_2_0.zip
Rock Paper Scissors LAN App v2.2.0
Installation
Windows
- Download the rps_app_win_v2_2_0.zip.
- Extract the contents to a desired location.
- Run the
RPSApp.exe
file.
Linux
- Download the rps_app_linux_v2_2_0.zip.
- Extract the contents to a desired location.
- Make the RPSApp file executable by running the following command in the terminal:
chmod +x RPSApp
- Run the RPSApp file by navigating to the directory in the terminal and executing:
./RPSApp
Release Notes
Version 2.2.0
- Changed the data storage method from an internal file to a system directory to ensure persistence.