Skip to content

ttyport/OldReality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OldReality

Collection of retro arcade games

Launch and install

Make sure that Python3 is installed

Installing dependencies:

pip3 install -r requirements.txt

Launch

Windows, macOS:

python main.py

Linux:

sudo sh install.sh  # Installing game

Deletion

Linux:

sudo sh uninstall.sh