Matching Items (31)
Filtering by

Clear all filters

151573-Thumbnail Image.png
Description
The gameplay experience can be understood as an interaction between player and game design characteristics. A greater understanding of these characteristics can be gained through empirical means. Subsequently, an enhanced knowledge of these characteristics should enable the creation of games that effectively generate desirable experiences for players. The purpose of

The gameplay experience can be understood as an interaction between player and game design characteristics. A greater understanding of these characteristics can be gained through empirical means. Subsequently, an enhanced knowledge of these characteristics should enable the creation of games that effectively generate desirable experiences for players. The purpose of this study was to investigate the relationships between gameplay enjoyment and the individual characteristics of gaming goal orientations, game usage, and gender. A total of 301 participants were surveyed and the data were analyzed using Structural Equation Modeling (SEM). This led to an expanded Gameplay Enjoyment Model (GEM) with 41 game features, an overarching Enjoyment factor, and 9 specific components, including Challenge, Companionship, Discovery, Fantasy, Fidelity, Identity, Multiplayer, Recognition, and Strategy. Furthermore, the 3x2 educational goal orientation framework was successfully applied to a gaming context. The resulting 3x2 Gaming Goal Orientations (GGO) model consists of 18 statements that describe players' motivations for gaming, which are distributed across the six dimensions of Task-Approach, Task-Avoidance, Self-Approach, Self-Avoidance, Other-Approach, and Other-Avoidance. Lastly, players' individual characteristics were used to predict gameplay enjoyment, which resulted in the formation of the GEM-Individual Characteristics (GEM-IC) model. In GEM-IC, the six GGO dimensions were the strongest predictors. Meanwhile, game usage variables like multiplayer, genre, and platform preference, were minimal to moderate predictors. Although commonly appearing in games research, gender and game time commitment variables failed to predict enjoyment. The results of this study enable important work to be conducted involving game experiences and player characteristics. After several empirical iterations, GEM is considered suitable to employ as a research and design tool. In addition, GGO should be useful to researchers interested in how player motivations relate to gameplay experiences. Moreover, GEM-IC points to several variables that may prove useful in future research. Accordingly, it is posited that researchers will derive more meaningful insights on games and players by investigating detailed, context-specific characteristics as compared to general, demographic ones. Ultimately, it is believed that GEM, GGO, and GEM-IC will be useful tools for researchers and designers who seek to create effective gameplay experiences that meet the needs of players.
ContributorsQuick, John (Author) / Atkinson, Robert (Thesis advisor) / McNamara, Danielle (Committee member) / Nelson, Brian (Committee member) / Savenye, Wilhelmina (Committee member) / Arizona State University (Publisher)
Created2013
136516-Thumbnail Image.png
Description
Bots tamper with social media networks by artificially inflating the popularity of certain topics. In this paper, we define what a bot is, we detail different motivations for bots, we describe previous work in bot detection and observation, and then we perform bot detection of our own. For our bot

Bots tamper with social media networks by artificially inflating the popularity of certain topics. In this paper, we define what a bot is, we detail different motivations for bots, we describe previous work in bot detection and observation, and then we perform bot detection of our own. For our bot detection, we are interested in bots on Twitter that tweet Arabic extremist-like phrases. A testing dataset is collected using the honeypot method, and five different heuristics are measured for their effectiveness in detecting bots. The model underperformed, but we have laid the ground-work for a vastly untapped focus on bot detection: extremist ideal diffusion through bots.
ContributorsKarlsrud, Mark C. (Author) / Liu, Huan (Thesis director) / Morstatter, Fred (Committee member) / Barrett, The Honors College (Contributor) / Computing and Informatics Program (Contributor) / Computer Science and Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor)
Created2015-05
Description
Education of any skill based subject, such as mathematics or language, involves a significant amount of repetition and pratice. According to the National Survey of Student Engagements, students spend on average 17 hours per week reviewing and practicing material previously learned in a classroom, with higher performing students showing a

Education of any skill based subject, such as mathematics or language, involves a significant amount of repetition and pratice. According to the National Survey of Student Engagements, students spend on average 17 hours per week reviewing and practicing material previously learned in a classroom, with higher performing students showing a tendency to spend more time practicing. As such, learning software has emerged in the past several decades focusing on providing a wide range of examples, practice problems, and situations for users to exercise their skills. Notably, math students have benefited from software that procedurally generates a virtually infinite number of practice problems and their corresponding solutions. This allows for instantaneous feedback and automatic generation of tests and quizzes. Of course, this is only possible because software is capable of generating and verifying a virtually endless supply of sample problems across a wide range of topics within mathematics. While English learning software has progressed in a similar manner, it faces a series of hurdles distinctly different from those of mathematics. In particular, there is a wide range of exception cases present in English grammar. Some words have unique spellings for their plural forms, some words have identical spelling for plural forms, and some words are conjugated differently for only one particular tense or person-of-speech. These issues combined make the problem of generating grammatically correct sentences complicated. To compound to this problem, the grammar rules in English are vast, and often depend on the context in which they are used. Verb-tense agreement (e.g. "I eat" vs "he eats"), and conjugation of irregular verbs (e.g. swim -> swam) are common examples. This thesis presents an algorithm designed to randomly generate a virtually infinite number of practice problems for students of English as a second language. This approach differs from other generation approaches by generating based on a context set by educators, so that problems can be generated in the context of what students are currently learning. The algorithm is validated through a study in which over 35 000 sentences generated by the algorithm are verified by multiple grammar checking algorithms, and a subset of the sentences are validated against 3 education standards by a subject matter expert in the field. The study found that this approach has a significantly reduced grammar error ratio compared to other generation algorithms, and shows potential where context specification is concerned.
ContributorsMoore, Zachary Christian (Author) / Amresh, Ashish (Thesis director) / Nelson, Brian (Committee member) / Software Engineering (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
Description
One of the core components of many video games is their artificial intelligence. Through AI, a game can tell stories, generate challenges, and create encounters for the player to overcome. Even though AI has continued to advance through the implementation of neural networks and machine learning, game AI tends to

One of the core components of many video games is their artificial intelligence. Through AI, a game can tell stories, generate challenges, and create encounters for the player to overcome. Even though AI has continued to advance through the implementation of neural networks and machine learning, game AI tends to implement a series of states or decisions instead to give the illusion of intelligence. Despite this limitation, games can still generate a wide range of experiences for the player. The Hybrid Game AI Framework is an AI system that combines the benefits of two commonly used approaches to developing game AI: Behavior Trees and Finite State Machines. Developed in the Unity Game Engine and the C# programming language, this AI Framework represents the research that went into studying modern approaches to game AI and my own attempt at implementing the techniques learned. Object-oriented programming concepts such as inheritance, abstraction, and low coupling are utilized with the intent to create game AI that's easy to implement and expand upon. The final goal was to create a flexible yet structured AI data structure while also minimizing drawbacks by combining Behavior Trees and Finite State Machines.
ContributorsRamirez Cordero, Erick Alberto (Author) / Kobayashi, Yoshihiro (Thesis director) / Nelson, Brian (Committee member) / Computer Science and Engineering Program (Contributor) / Computing and Informatics Program (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
134486-Thumbnail Image.png
Description
The objective of this creative project was to gain experience in digital modeling, animation, coding, shader development and implementation, model integration techniques, and application of gaming principles and design through developing a professional educational game. The team collaborated with Glendale Community College (GCC) to produce an interactive product intended to

The objective of this creative project was to gain experience in digital modeling, animation, coding, shader development and implementation, model integration techniques, and application of gaming principles and design through developing a professional educational game. The team collaborated with Glendale Community College (GCC) to produce an interactive product intended to supplement educational instructions regarding nutrition. The educational game developed, "Nutribots" features the player acting as a nutrition based nanobot sent to the small intestine to help the body. Throughout the game the player will be asked nutrition based questions to test their knowledge of proteins, carbohydrates, and lipids. If the player is unable to answer the question, they must use game mechanics to progress and receive the information as a reward. The level is completed as soon as the question is answered correctly. If the player answers the questions incorrectly twenty times within the entirety of the game, the team loses faith in the player, and the player must reset from title screen. This is to limit guessing and to make sure the player retains the information through repetition once it is demonstrated that they do not know the answers. The team was split into two different groups for the development of this game. The first part of the team developed models, animations, and textures using Autodesk Maya 2016 and Marvelous Designer. The second part of the team developed code and shaders, and implemented products from the first team using Unity and Visual Studio. Once a prototype of the game was developed, it was show-cased amongst peers to gain feedback. Upon receiving feedback, the team implemented the desired changes accordingly. Development for this project began on November 2015 and ended on April 2017. Special thanks to Laura Avila Department Chair and Jennifer Nolz from Glendale Community College Technology and Consumer Sciences, Food and Nutrition Department.
ContributorsNolz, Daisy (Co-author) / Martin, Austin (Co-author) / Quinio, Santiago (Co-author) / Armstrong, Jessica (Co-author) / Kobayashi, Yoshihiro (Thesis director) / Valderrama, Jamie (Committee member) / School of Arts, Media and Engineering (Contributor) / School of Film, Dance and Theatre (Contributor) / Department of English (Contributor) / Computer Science and Engineering Program (Contributor) / Computing and Informatics Program (Contributor) / Herberger Institute for Design and the Arts (Contributor) / School of Sustainability (Contributor) / Barrett, The Honors College (Contributor)
Created2017-05
134971-Thumbnail Image.png
Description
This thesis investigates students' learning behaviors through their interaction with an educational technology, Web Programming Grading Assistant. The technology was developed to facilitate the grading of paper-based examinations in large lecture-based classrooms and to provide richer and more meaningful feedback to students. A classroom study was designed and data was

This thesis investigates students' learning behaviors through their interaction with an educational technology, Web Programming Grading Assistant. The technology was developed to facilitate the grading of paper-based examinations in large lecture-based classrooms and to provide richer and more meaningful feedback to students. A classroom study was designed and data was gathered from an undergraduate computer-programming course in the fall of 2016. Analysis of the data revealed that there was a negative correlation between time lag of first review attempt and performance. A survey was developed and disseminated that gave insight into how students felt about the technology and what they normally do to study for programming exams. In conclusion, the knowledge gained in this study aids in the quest to better educate students in computer programming in large in-person classrooms.
ContributorsMurphy, Hannah (Author) / Hsiao, Ihan (Thesis director) / Nelson, Brian (Committee member) / School of Computing, Informatics, and Decision Systems Engineering (Contributor) / Department of Supply Chain Management (Contributor) / Barrett, The Honors College (Contributor)
Created2017-05
134100-Thumbnail Image.png
Description
Can a skill taught in a virtual environment be utilized in the physical world? This idea is explored by creating a Virtual Reality game for the HTC Vive to teach users how to play the drums. The game focuses on developing the user's muscle memory, improving the user's ability to

Can a skill taught in a virtual environment be utilized in the physical world? This idea is explored by creating a Virtual Reality game for the HTC Vive to teach users how to play the drums. The game focuses on developing the user's muscle memory, improving the user's ability to play music as they hear it in their head, and refining the user's sense of rhythm. Several different features were included to achieve this such as a score, different levels, a demo feature, and a metronome. The game was tested for its ability to teach and for its overall enjoyability by using a small sample group. Most participants of the sample group noted that they felt as if their sense of rhythm and drumming skill level would improve by playing the game. Through the findings of this project, it can be concluded that while it should not be considered as a complete replacement for traditional instruction, a virtual environment can be successfully used as a learning aid and practicing tool.
ContributorsDinapoli, Allison (Co-author) / Tuznik, Richard (Co-author) / Kobayashi, Yoshihiro (Thesis director) / Nelson, Brian (Committee member) / Computer Science and Engineering Program (Contributor) / School of International Letters and Cultures (Contributor) / Computing and Informatics Program (Contributor) / Barrett, The Honors College (Contributor)
Created2017-12
173017-Thumbnail Image.png
Description

In the 1962 case Planned Parenthood Committee of Phoenix v. Maricopa County, the Arizona Supreme Court ruled that Arizona Revised Statute 13-213, which banned the public advertising of contraceptive or abortion medication or services, was constitutional. However, the court also ruled that that Arizona Revised Statute 13-213 did not apply

In the 1962 case Planned Parenthood Committee of Phoenix v. Maricopa County, the Arizona Supreme Court ruled that Arizona Revised Statute 13-213, which banned the public advertising of contraceptive or abortion medication or services, was constitutional. However, the court also ruled that that Arizona Revised Statute 13-213 did not apply to Planned Parenthood's distribution of contraceptive information, allowing Planned Parenthood to continue distributing the information. Following the case, the Arizona law was challenged several times and eventually deemed unconstitutional in the 1973 case State v. New Times INC. The case Planned Parenthood Committee of Phoenix v. Maricopa County established that Planned Parenthood's distribution of medical literature was not advertising as described in the law, and it initiated a decade long discussion about the constitutionality of the laws preventing the distribution of materials related to contraception or abortion.

Created2017-06-23
173028-Thumbnail Image.png
Description

In the 1972 case Planned Parenthood Center of Tucson, Inc., v. Marks, the Arizona Court of Appeals required the Arizona Superior Court to rehear the case Planned Parenthood Association v. Nelson (1971) and issue a decision on the constitutionality of Arizona's abortion laws. In 1971, the Planned Parenthood Center of

In the 1972 case Planned Parenthood Center of Tucson, Inc., v. Marks, the Arizona Court of Appeals required the Arizona Superior Court to rehear the case Planned Parenthood Association v. Nelson (1971) and issue a decision on the constitutionality of Arizona's abortion laws. In 1971, the Planned Parenthood Center of Tucson filed the case Planned Parenthood Association v. Nelson asking for the US District Court to rule on the constitutionality of the Arizona Revised Statutes 13-211, 13-212, and 13-213, which made it illegal for anyone to advertise, provide, or receive an abortion. The decision in Planned Parenthood Center of Tucson, Inc., v. Marks forced the Arizona Superior Court to issue a decision on the constitutionality of the Arizona abortion laws, and is one in a series of lawsuits that culminated in the legalization of abortion in Arizona in 1973.

Created2016-11-13
173217-Thumbnail Image.png
Description

Barry Morris Goldwater was a Republican Arizona Senator and US presidential candidate in the twentieth-century whose policies supported the women's reproductive rights movement. Goldwater, a businessman and Air Force reservist, transitioned into politics in the 1950s. He helped align popular support for a conservative Republican Party in the 1960s. Throughout

Barry Morris Goldwater was a Republican Arizona Senator and US presidential candidate in the twentieth-century whose policies supported the women's reproductive rights movement. Goldwater, a businessman and Air Force reservist, transitioned into politics in the 1950s. He helped align popular support for a conservative Republican Party in the 1960s. Throughout his life, he worked to maintain personal liberty and to limit governmental intrusion into citizens' private lives. Goldwater, influenced by his wife Margaret (Peggy) Goldwater, supported women's rights to abortions. Goldwater's advocacy and support for reproductive rights assisted in the foundation of the Planned Parenthood chapter in Phoenix, Arizona, and for national policies promoting birth control and abortion rights.

Created2016-10-28