A downloadable Python script for Windows and macOS

So, you may or may not remember Pinori.

If you don't remember it, it's an old RPG game idea I've had since mid-2020 that STILL hasn't quite come to life yet, and it's been almost 4 years since then. The game page is currently private due to the mess I made with it. It was made private long before this, so this shouldn't be new to you.

Anyway, I'm demaking the concept into a Python text-adventure game. I'll post my progress here and there.

NOTE FOR WHEN V1 COMES OUT: I highly suggest you read the "OPEN ME IN NOTEPAD" file as it contains info you really want to know before playing. If you comment about something this file clarifies, I will not respond.

Download

Download
PyNori OFFICIAL TECH DEMO (January 14, 2024).zip 26 kB

Install instructions

Before running the script, you most likely need to install some requirements. Here's what to do:

Windows: type "pip install -r requirements_win.txt"
MacOS: type "pip install -r requirements_mac.txt"

Notice: Linux is not and never will be supported.

The reason why the requirements change whether you use Windows or MacOS is because I use msvcrt's getch() function to pause the script at times, but that's a Windows-only library. I've found a way to pause scripts in MacOS without needing a library, but it's finnicky.

Development log

View all posts

Community

107d
by Roblox · 2 posts
107d
by Yeit · 2 posts
190d
Post a new topicView all posts