ct.jsの紹介新しい2Dゲームエディタ
ct.jsは視覚的で使いやすく、充実したドキュメントと柔軟性の高いライブラリにより、プログラミング学習とゲーム開発が容易にできます。
無料・オープンソースで、趣味、仕事、教師、そして生徒に愛されています。
ダウンロード v5.2.1Ct.jsは、ゲーム制作向けの素晴らしいツールです。
😙👌✨💅💪ワンクリックで即座にエクスポート
Webおよびデスクトップ向けレスポンシブUIレイアウト用のツール
任意の画面にインターフェースを適応させますエラー検出機能付きのコードエディタと豊富な機能
JS用のVSCodeに似たコードエディタとビジュアル言語用のカスタムエディタダイナミックサウンドシステム
音量とピッチをランダム化し、効果を追加し、3Dサウンドを配置使っていて満足感のあるレベルエディタ
タイルマップエディタ、ブラシのようなオブジェクト配置、ライブアニメーションプレビューピクセルアートレンダリング
プロジェクトのレンダリング設定でワンクリックで有効化ビットマップフォント
ピクセルアートゲーム用の鮮明で高性能なフォント特殊効果用のビジュアルパーティクルシステムエディタ
コードなしで複雑な効果を実現するレイヤーエミッタホワイトラベル
アプリにブランド名を付け、ct.jsロゴを隠すことができます — そのままにして愛を広めてもいいですよ!データ駆動型ゲームおよびデザイナー向けツールのための振る舞いとコンテンツシステム
ゲームプレイロジックを構成し、オブジェクトのフィールドを定義し、構造化されたデータテーブルを作成エディタ内にバンドルされたドキュメント
常にサイドバーに表示UI要素
動作するクロスプラットフォームのボタン、パネル、チェックボックス豊富なデバッガ
一時停止し、周囲をナビゲートし、コマンドを実行し、ローカルネットワーク内のモバイルデバイスで実行拡張可能で変更可能
カスタムJavaScriptを追加するか、既存のcatmodを使用柔軟な入力とアクションシステム
キーボード、ゲームパッド、モバイル用の1行のコード。素晴らしい!3つのプログラミング言語が使えます。できることは同じ。君が選ぼう。
JavaScript & TypeScript
// Event for a collision with a bullet
var damage = 5;
// 15% crit chance!
if (random.chance(15, 100)) {
damage *= 2;
}
this.hp -= damage;
// Destroy the projectile
other.kill = true;
if (this.hp <= 0) {
this.kill = true;
}
CoffeeScript
# Event for collision with a bullet
damage = 5
# 15% crit chance!
if random.chance 15, 100
damage *= 2
@hp -= damage
# Destroy the projectile
other.kill = true
if @hp <= 0
@kill = true
Catnip
あらゆるジャンルのゲームを作成できます
Cleopawtra
Play as Cleopawtra and rescue your husband, Meowrc Antony. An entry to the recent ct.js jam!
Cat-Apocalypse
This game, created for the ct.js game jam, casts you as a blue cat from the future on a mission to save the dinosaurs from extinction using his deadliest weapon... yarn balls.
Pronipbition
You're a parched cat looking for some real drinks in the city. Explore the streets and chat with locals to find the secret location of the speakeasy in this vaguely historically inspired adventure game! An entry to the recent ct.js jam!
Hollow Floor
Hollow Floor is an exploration-based single-sitting Metroidvania inspired by VVVVVV and REDDER. Hollow Floor is a relaxed game that is full of secrets and hard challenges that can be tackled at any moment in the game or completely ignored. Checkout the demo and buy on Steam!
Crimson Hero Quest
Crimson Hero Quest is an engaging platformer game that invites players into a captivating pixel art world rendered in charming 16x16 graphics. Set in a vibrant universe, players embark on a heroic journey through lush forests and formidable castles.
Crazy One (open for playtests!)
A game where you try to break through a very heavy hatch by dumping everything you find on it while pew-pewing monsters in procedurally generated levels. Different heroes and weapons to choose, and… pills??
パートナー
Mini Jamは、2週間ごとにitch.ioで開催されるオープンなゲームジャムです。 Discordサーバーに参加 または 公式サイトを訪問!