khayashi4337 / IceSpearTD

「氷槍の塔」は、古代から伝わる魔法の力を守る秘境に位置する、伝説のタワーディフェンスゲームです。プレイヤーは「氷槍の塔」を守る守護者として、次々と押し寄せる敵の侵入を阻止する役割を果たします。
Apache License 2.0
0 stars 0 forks source link

スクロール的マップ #43

Open Niri-1214 opened 3 months ago

Niri-1214 commented 3 months ago

マップをもっとでかくしよう!

スクロールできる感じで

コアを中心として

上下左右に等間隔に広がる感じで

khayashi4337 commented 3 months ago

パパ調べ

Tiles 英語 本家

https://www.mapeditor.org/

日本語のインストール記事

https://qiita.com/muzudho1/items/ac3602a29f8536031fe4

日本語の記事

cocos2d-xでゲームを作ろう! 第一回 マップ準備編

https://keizi.hatenablog.com/entry/2013/09/06/220834

cocos2d-xでゲームを作ろう! 第二回 マップ表示編

https://keizi.hatenablog.com/entry/2013/09/07/173339

cocos2d-xでゲームを作ろう! 第五回 マップスクロール編

https://keizi.hatenablog.com/entry/2013/09/11/232624

cocos2d-xでゲームを作ろう! 第六回 マップスクロール2編

https://keizi.hatenablog.com/entry/2013/09/14/184201

有料ツール?

https://www.spritefusion.com/

game-map-editor

https://github.com/ppelikan/game-map-editor オープンソースのマップエディター

khayashi4337 commented 3 months ago

演出系 https://gsap.com/

khayashi4337 commented 3 months ago

phaser

sample https://labs.phaser.io/edit.html?src=src\camera\scroll%20view.js

https://labs.phaser.io/view.html?src=src\camera\world%20coordinate%20from%20another%20scene.js

https://labs.phaser.io/view.html?src=src\camera\tile%20map%20with%20camera%20shake.js

https://labs.phaser.io/index.html?dir=tilemap/&q=

https://labs.phaser.io/view.html?src=src\tilemap\debug%20colliding%20tiles.js

https://labs.phaser.io/view.html?src=src\tilemap\collision\csv%20map%20arcade%20physics.js