注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
// #! jsx // forked from Event's "Web Creator's Contest Q the 2nd【vol.1】エントリー用コード" htt... // #! jsx // forked from Event's "Web Creator's Contest Q the 2nd【vol.1】エントリー用コード" http://jsdo.it/Event/frf8 import 'js/web.jsx'; import 'timer.jsx'; class Config { static const COUNT = 750; static const GRAVITY = 1.2; static const ALPHA = 0.15; static const WIND = 0.25; static const LIFE = 32; static const SPARK_LIFE = 8; } class _Main { static function main(args:string[]):void { var canvas = dom
2013/04/18 リンク