Engine:修订间差异
来自Corruption of Champions II Bilingual Wiki
更多操作
src->MicroTG Created page with "= Engine = This page details the internal workings of the CoC 2 engine == Basic Details == Unlike [https://wiki.smutosaur.us/CoC/Main_Page Corruption of Champions], which wa..." |
src->MicroTG 无编辑摘要 |
||
| 第1行: | 第1行: | ||
This page details the internal workings of the CoC 2 engine | |||
__TOC__ | |||
== Basic Details == | == Basic Details == | ||
Unlike [https://wiki.smutosaur.us/CoC/Main_Page Corruption of Champions], which was written in [[wikipedia:ActionScript#ActionScript 3.0 | Action Script 3.0]], [[Main Page | Corruption of Champions 2]] is written in [[wikipedia:Javascript | Javascript], allowing for easier cross-platform support. | Unlike [https://wiki.smutosaur.us/CoC/Main_Page Corruption of Champions], which was written in [[wikipedia:ActionScript#ActionScript 3.0 | Action Script 3.0]], [[Main Page | Corruption of Champions 2]] is written in [[wikipedia:Javascript | Javascript]], allowing for easier cross-platform support. The engine itself pulls heavily from the original Corruption of Champions, with data structures remaining almost identical. The functionality has been rewritten for Javascript. | ||
2018年9月22日 (六) 15:50的版本
This page details the internal workings of the CoC 2 engine
Basic Details
Unlike Corruption of Champions, which was written in Action Script 3.0, Corruption of Champions 2 is written in Javascript, allowing for easier cross-platform support. The engine itself pulls heavily from the original Corruption of Champions, with data structures remaining almost identical. The functionality has been rewritten for Javascript.