Skip to content

space-elephant/tinyworld-textmode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyworld-textmode

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.

Installation

Download

Click the green "Code" button then "Download zip", or

git clone https://github.com/space-elephant/tinyworld-textmode.git

Dependencies

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

Running

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages