Cyrus Script (Open Source Script Language)

About Cyrus Script Cyrus Script is a script language similar to C written in C++ The main feature of Cyrus Script is its speed, It is really fast. In the early test it was just 15% slower than C++ and Its design is unique and you can bind it to your project very easily. It

Cyrus Script (Open Source Script Language)2010-12-28T07:47:09+00:00

Component Base Structure in 12 visages

In 12 Visages, we Implement game core on component base structure. in this structure each entity can carry different behavior ( select , move , attack , harvest , Build , etc ...) components can be attach and detach in real time to the entity (also their effects on the entity who carrying  that component)

Component Base Structure in 12 visages2010-12-21T16:57:16+00:00