Elevator Saga The elevator programming game

概要

Home Page Help About the gameより

This is a game of programming!
Your task is to program the movement of elevators, by writing a program in JavaScript.
The goal is to transport people in an efficient manner.
Depending on how well you do it, you can progress through the ever more difficult challenges.
Only the very best programs will be able to complete all the challenges.

Google翻訳

これはプログラミングのゲームです!
あなたの仕事はJavaScriptでプログラムを書くことによってエレベーターの動きをプログラムすることです。
目標は、効率的な方法で人々を輸送することです。
あなたがどれだけうまくやればよいかに応じて、あなたはこれまで以上に困難な課題を乗り越えることができます。
すべての課題を解決できるのは、最高のプログラムだけです。

プレイ

http://play.elevatorsaga.com

  • プログラムエリアにプログラムを書く
  • 右上のStart釦を押下
    実行を眺める
  • 成功時
    「Success!
    Challenge completed

    Next challenge 」
    失敗時
    「Challenge failed
    Maybe your program needs an improvement?」

課題

課題1は3階、15人を60秒以内で移動。
課題2は5階、20人を60秒以内で移動。
徐々に条件が厳しくなっていきます。

ドキュメント

Help and API Document
ドキュメントを参考にプログラムを書きます。

GitHub

ソースはGitHubで公開されています。
https://github.com/magwo/elevatorsaga
ダウンロードすればオフラインプレイも可能です。

iPadでオフラインプレイ

  • GoodReader
    プログラミングエリアにカーソルを合わせるがキーボードが表示されない。
  • Documents
    キーボードは表示されるが入力出来ない。

etc

Posted by shi-n