28
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

enchant.jsのサンプル

Last updated at Posted at 2013-05-01

enchant.js の練習コードを以下に置きました。
https://github.com/katoy/sample-enchant

  • sample001 スプライトの表示、移動、クリック時の処理の練習
  • 15puzzle  15 パズルとその一般化 (n x m のセル分割), BGM の再生、Start シーン処理の練習
  • breakblock ブロック崩し
  • invador インベーダー
  • playingcards トランプのカード表示練習
  • memory 神経衰弱 (トランプゲーム)。 カード移動、カードめくり、カードシャッフルのアニメーションを含む。
  • tetris テトリス
  • reversi リバーシ。 石をひっくり返すアニメーション、 undo/redo 機能、簡易コンピュター思考ルーチン (含む negaMax 法)

ソースコードは Coffee-script で記述しています。
15 パズルの例では、jquery も利用しています。

$ cake compile

とすることで main.script から game.js として javascript に変換できます。

動作デモ:

一部は jsdoit にも投稿しています。

28
26
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
28
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?