Instant Messaging play interpretor
- JavaScript 38.5%
- CSS 31.7%
- Stylus 21.3%
- PHP 5.3%
- HTML 1.8%
- Other 1.4%
| about | ||
| assets | ||
| css | ||
| img | ||
| js | ||
| pieces | ||
| .gitignore | ||
| index.php | ||
| Makefile | ||
| package.json | ||
| README.md | ||
Piece
Instant Messaging play interpretor
How?
Edit main.js with your piece json file.
More options and demo here soon.
TODO
- IM System messages should be different than Piece’s system messages e.g. “End of piece”
- Sound tests
- Unsplit function can be deduced with the presence of
framekey - Navigation between Pieces
Tips
- Special character name
systemwill be styled as a system / bot - The piece can loop forever: add a
"loop":true,in the piece’s json (after"author"for exemple) hide-before a piece’s filename hides it from the selector menu- HTML is supported in messages. e.g.
<img src='assets/img.png'>will work
Demo
Soon