Job Recruitment Website - Zhaopincom - How to develop web games quickly? What's the process? Thank you for your advice. (The company starts to form a team)

How to develop web games quickly? What's the process? Thank you for your advice. (The company starts to form a team)

the web game is based on the Server——Client mode

1. Planning:

A good web game must have a relatively complete story. First of all, you need the planner to create the plot, and then make corresponding development plans, features, combat (or other) systems, upgrades and other related things according to the plot

2. Feasibility analysis: < P > Communication between the planner and senior programmers, Study whether the planned scheme and target can be realized by programming

3. Programmer:

The web languages that can be based on the Server——Client mode mainly include ASP, ASP.NET, PHP, CGI, etc.

However, ASP and ASP.net are unable to cope with the relatively complicated S-C mode of web games. So PHP and CGI are generally used. However, the threshold problem of CGI leads to some difficulties in the development of web games, so the mainstream web games are basically developed in PHP < P >. Therefore, you need a PHP programmer with a certain foundation.

4. APPI technicians

5. Webpage animators.

the data interaction of web games is mainly carried out through FLASH files. Users submit relevant data to the server through the FLASH page, and the server provides feedback results to the client. Mainly making special effects and actions displayed on web games

6. Testers

7. Operation and maintenance personnel.