[Announcement] English version of regitec description [sumtec]

Source: Internet
Author: User

This English version is translated by me. Let's see what's wrong. This version is more informative than the Chinese version.

. Game framework is to provide a standard framwork for building a multi-users network game. it is based on. net Framework. as. NET framework provide a platform for developers to build common program cial applications ,. game framework provide a platform for developers to build multi-users network games. the main point. game framework is to provide a framework which include abundant objects for game developer building games much efficiently. the most importance of the project is to provide a standard for developing games. the "multi-users network game" here means such a game which can support at least 10 k player online. although it is just the final goal.

The development language. game framework itself can be all kinds of "managed language" such as C #, VB. net, managed VC ++, etc. considering the execution efficiency, part of or whole of the "engine" might be built by unmanaged VC ++. however, if it's built by unmanaged language, we will absolutely provide wrappers for pure managed language so that a game developer can build a game in pure managed programing language with this framework to provide high security and strong robusticity. the reason for this is, according to one of the frameworks propose is to provide the "Player Design the game" function. since you can't suppose all players are good developers or all players won't act maliciously, we have design the Security and robusticity into the framework object modal to stop players' damage (to the whole game ). managed framework is a better choice than unmanaged ones.

The engines in. game framework consist of: rule execution engine (s), network data transfer engine (s), script execution engine (s), graphics userinterface engine (s), etc. among them the graphics userinterface engine is not our concern focal point. we pay attention to carry out the following technology:
1. support distributed computing ability. it means the clients will take charge of what's done mostly by server now. of course, we will make sure the data and the calculation won't be modified maliciously by invalid or malicious users. the propose of implementing this function is to lower the requirement of servers.
2. provide the "Player Design the game" function. the "design" mentioned herein means only the granted part of a game's design, which is granted by the game's developers. in other words, game developers can limit the designing range of players. such an ability can be seen in the game "terrarium ". please checkout:
Http://www.windowsforms.net/terrarium
The difference between the "terrarium" and the. Game framework is: We take this ability out of the specialized context of a game.
3. offer strong flexibility. our final goal can utilize reflection. emit in. net to create assemblies dynamicly to, for example, execute the scripts, In order to substitute the interpretor which carry out some kinds of function. because it's much more efficient than interpretor, it can provide stronger ability of dynamic updating in such a game.

Each kind of engines in. game framework, metioned or not mentioned above, might be provided more than one implementation. for example the graphics userinterface engine, the framework might provide a DirectX ones and an OpenGL ones. we are not saying that they must be all provided.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.