打开/关闭菜单
2529
2489
5
4.4万
Corruption of Champions II Bilingual Wiki
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

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行:
= Engine =
This page details the internal workings of the CoC 2 engine


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.