Before entering the game, the main interface is html language, and the background of the login interface is a combination of html and flash animation.
The kernel in the game is the engine made by the fist itself, which is developed based on C++, and the core sentence in the game is the action script.
1.html Introduction:
Hypertext Markup Language, Application of Standard generalized markup language. Hypertext means that a page can contain pictures, links and even non-text elements, such as music and programs.
The structure of hypertext markup language includes a "Head" part and a "Body" part, in which the "head" part provides information about the web page and the "body" part provides the specific content of the web page.
2.C language introduction:
C language is a general computer programming language, which is widely used. The design goal of C language is to provide a programming language that can compile and process low-level memory in a simple way, generate a small amount of machine code and run without any support of running environment.
Although C language provides many low-level processing functions, it still maintains good cross-platform characteristics. C language programs written in standard specifications can be compiled on many computer platforms, even including some embedded processors (single chip microcomputer or MCU) and supercomputers.