Player Dominance Adjustment in Games

Junjie Xu
DOI: https://doi.org/10.48550/arXiv.2110.11225
2021-10-22
Abstract:Video Games are boring when they are too easy, and frustrating when they are too hard. In terms of providing game experience such as enjoyment to the player by match players with different levels of ability to player ability, We assume that implementing DDA for providing matches between player ability and overall game difficulty to the game, especially the modern game, has limitations in terms of increasing computational cost and complexities in the design of modeling the difficulty in modern games. To overcome limitations underlying the method of providing static difficulty changes to player, and DDA, we proposed a novel idea, Player Domination adjustment (PDA). The proposed idea is that to control the AI's actions based on the player's inputs so as to adjust the player's dominant power (e.g. the AI recognizes the player's attack actions but defends it in a wrong side to let the player incur damage to itself), which was proved as it leads to promotion of game-related self-efficacy in our work. Several pieces of research on were conducted on a social deduction game and a fighting game respectively, show our proposed idea has its potential of promoting User Experience(UX). As in an another study, outperforms DDA in two conducted experiments in terms of health promotion.
Human-Computer Interaction,Multimedia
What problem does this paper attempt to address?
The problems that this paper attempts to solve mainly focus on two aspects: 1. **Providing an entertainment gaming experience**: Video games can become boring if they are too easy, and frustrating if they are too difficult. In order to provide players with a better gaming experience, especially allowing players of different levels to enjoy the game, existing methods such as static difficulty selection and dynamic difficulty adjustment (DDA) have certain limitations. Static difficulty selection lacks flexibility, and although DDA can dynamically adjust the game difficulty according to the player's performance, it is highly complex and computationally expensive to implement in modern games. Therefore, the paper proposes a new concept - "Player Dominance Adjustment (PDA)", aiming to adjust the player's dominance in the game by controlling the behavior of AI, thereby enhancing the player's gaming experience. 2. **Promoting health**: In addition to its entertainment function, video games have also been proven to be effective tools for exercise and rehabilitation. Especially in full - body motion games, the rational use of all parts of the body is very important for preventing injuries caused by muscle imbalance. The paper explores how to use the PDA mechanism to promote health by encouraging players to use different parts of their bodies in a balanced way without affecting the fun of the game. Specifically, the paper solves the above problems in the following ways: - **Proposal and verification of the PDA concept**: Through theoretical analysis and experimental verification, it is proven that PDA can make players feel that they have more control over the game without adjusting the game difficulty, thereby enhancing game - related self - efficacy (SE) and further improving the user experience (UX). - **Application in health promotion**: Implement PDA in a fighting game, combine with the middleware UKI to monitor and evaluate the player's body balance (Balancedness, Bal), and adjust the behavior of AI to encourage players to carry out healthier movements, thereby effectively improving the player's physical health indicators. These methods are not only innovative in theory, but also prove their effectiveness in practical applications through experiments.