This is a remake of the classic Paranoid game (1993) created by The Bit Bucket Brothers (Ben and Tom North).
The game is designed for 1536 x 864 screen resolution - fullscreen.
Python: 3.8.10
Arcade: 2.4.2
Images: Created using MS Paint
Sounds: Recorded using Audio Converter Program4PC
Flags: countryflags.com
Background Music: Eric Matyas
Sound Effects: zapsplat.com
-
Clone this repository
git clone https://github.com/fmungai1/paranoid.git cd paranoid
-
Create and activate virtual environment
poetry env use <path/to/Python38/python.exe> poetry shell
-
Install all dependencies
poetry install
-
Run the game:
python src\paranoid\main.py