-
{{ product.dl_count_total|number_format }}
{{ item.dl_count|number_format }} - {{ product.dl_count|number_format }}
-
{{ product.rate_average_2dp }}
({{ product.rate_count|number_format }})
| Circolo nome | Ruten No Oheya |
|---|
| Data di rilascio | 14/01/2018 |
|---|---|
| Aggiorna informazioni | 05/05/2018 |
| Serie | R's ROOM 技術書 |
| Autore | 柳井政和 |
| Età |
Tuttel le età
|
| Formato dell'opera. | |
| Formato del file. | |
| Lingue supportate | |
| Numero di pagine. | 24ページ |
| Evento. | Comic Market 90 |
| Genere | |
| Dimensione del file |
2.39MB
|
Riepilogo dell'opera
拙作シミュレーションRPG「TinySRPG」シリーズのアルゴリズムを、コード付きで解説した本です。
(PuzzleAndGame.comというサイトにサンプルがあります。シリーズ最新版で遊ぶと分かりやすいです)
以下、詳しい解説です。
2016年の夏コミ(コミケ90)で、「TinySRPG」というシミュレーションRPG(SRPG)を出しました(その後、シリーズで出しています)。
私は、過去のiモード時代に、iアプリとしてSRPGを多く出していました。その頃の知見と、今回の「TinySRPG」を元に、簡易なSRPGのアルゴリズムをまとめた本を出すことにしました。
全7章で、「計算編」「マップ描画編」「マップ操作編」「戦闘編」「思考編」「マップ作成のTIPS」「レベル機能のTIPS」という構成になっています。
全24ページの本です。敵の思考アルゴリズムも、そのまま入っています。
-目次-
1章 計算編
第2章 マップ描画編
第3章 マップ操作編
第4章 戦闘編
第5章 思考編
第6章 マップ作成のTIPS
第7章 レベル機能のTIPS
Aggiorna informazioni
-
- 05/05/2018
- correzione degli errori di battitura e di scrittura.














{
const fallbackSrc = '/modpub/images/web/home/not_found_img_main.png'
if (e.target.src === fallbackSrc) return;
e.target.onerror = null;
e.target.src = fallbackSrc;
}"
>