Your World of Text is an infinite grid of text editable by any visitor.
License
reverie/yourworldoftext
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
How to make it go: $ git clone http://github.com/reverie/yourworldoftext.git yourworld $ export PYTHONPATH=`pwd` $ cd yourworld $ pip install -r requirements.txt $ python manage.py syncdb $ python.manage.py runserver The lay of the land: - Your World of Text is plain Django. Put in your database settings and you should be able to run it locally right away. - The contents of a world are represented by 8x16 character Tile objects. These are created lazily. - Most of the code (and all the non-trivial stuff) is client-side, in yourworld.js. It uses the JavaScript Module Pattern. - The client simply polls the server for updates. This may not be optimal, but it has held up fine. - Extra features like links and protected tiles were added "at great expense and at the last minute". The code may reflect this. - Input is received via a hidden input field that always has focus. This technique is more robust than detecting keystrokes, and may be useful in other web applications. Where to take it: If you want to get involved in Your World of Text, the TODO file lists a variety of incremental improvements that could be made. If, rather, you want to fork the project and go a new direction, here are some ideas: generalize the tile system; implement a client-side scripting language for a LOGO-like accessible programming environment; or make a collaborative brainstorming tool. Whatever it is, feel free email me if I can help in any way.
About
Your World of Text is an infinite grid of text editable by any visitor.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published