Skip to content

The new version of Rdisc with a Kivy UI - A-level CS NEA Project.

Notifications You must be signed in to change notification settings

rapidslayer101/Rdisc-Kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d51b39c · Jan 2, 2024

History

90 Commits
Oct 14, 2022
Oct 17, 2022
Sep 22, 2022
Oct 14, 2022
Jan 2, 2024
Jan 2, 2024
Jan 2, 2024
Nov 20, 2022
Oct 10, 2022
Jul 31, 2022
Jan 2, 2024
Jan 2, 2024
Dec 20, 2022
Jan 2, 2024
Jan 2, 2024
Nov 5, 2022
Sep 22, 2022

Repository files navigation

Rdisc

Rdisc - An open source python chat/game application with end-to-end encrypted chat.

For normal users: download the latest release from the releases page.

If you are intending to code your own client then refer to the below guide

Rdisc (Dev) requires git to be installed:

This installation requires git, if you don't have git installed please download git or install it through powershell with the command below:

winget install --id Git.Git -e --source winget

To install Rdisc (Dev):

Where you wish to install Rdisc, open a new powershell terminal and run the following command:

wget -O install.bat https://raw.githubusercontent.com/rapidslayer101/Rdisc-Kivy/master/install.bat; .\install.bat

To force Rdisc (Dev) to update run the following commands:

git reset --hard
git pull origin master