| With the continuous development of computer technology and the popularization of personal computers,computer games have become popular entertainment methods.The types of games are flourishing and the players choose colorful.With the popularity and development of the game,the game engine has become the preferred development tool for the development team.Its expressiveness,simplicity and ease of use have greatly enhanced the development efficiency and are deeply loved by developers.Among them,the Unity3 D engine is the most representative.Unity3D engine based on the development of the "Battle of the King" is a three-dimensional RPG stand-alone game,the game uses third-person perspective,into the game before the two roles(Mage and Swordsman)for the player to choose.In the game world,according to the guidelines of the story NPC,the player takes the task to fight the enemy bravely to gain the experience value during the battle.After completing the task,he can receive the reward until all the tasks are completed smoothly and the player wins.If the player dies during the game,the game ends directly.In order to improve the game fun and playability,the game provides players with a wealth of drugs and equipment.Drugs are used to heal(hp)or recover(mp)characters,which are used to improve the player's combat abilities,including attack power,defense power,speed,attack speed and more.At the same time the game also provides a wealth of skills,as players improve the level,you can choose more rich skills to improve the player's attack efficiency.Skill system provides a lot of "simple and rude" skills attacks,but also provides a cool attack effects,greatly improving the gameplay and visual effects.This article describes the development of RPG games,describes the features and main features Unity3 D engine,focusing on the game from the game demand,game design,game implementation,game testing and game publishing from five perspectives of the "Battle of the King," the development of the entire process.All the functional modules of the game have been coded and designed,the entire project structure is clear,logical and easy to maintain. |