T in Y World is a game where users create levels, and levels contain rules to control other elements of the level. T in Y world was originally created by Tom7 for Ludam Dare 23, using flash. Flash is dead, so I remade it to run in the terminal on modern operating systems.
Click the green "Code" button then "Download zip", or
git clone https://github.com/space-elephant/tinyworld-textmode.git
You'll need to have Python installed, then install these dependencies with pip:
pip3 install requests
pip3 install argparse
# pyrebase is optional -- you only need it to play online levels
pip3 install pyrebase # Linux & MacOS
pip3 install pyrebase4 # Windows
pip3 install windows-curses # only on Windows
On Linux & MacOS, in the terminal, cd
to the tinyworld-textmode directory then
./play.py
On Windows, you should be able to directly double-click play.py
, or in CMD
.\play.py