Matching Items (40)
Description

The goal of this thesis project was to develop a digital, quantitative assessment of executive functioning skills and problem solving abilities. This assessment was intended to serve as a relative measure of executive functions and problem solving abilities rather than a diagnosis; the main purpose was to identify areas for

The goal of this thesis project was to develop a digital, quantitative assessment of executive functioning skills and problem solving abilities. This assessment was intended to serve as a relative measure of executive functions and problem solving abilities rather than a diagnosis; the main purpose was to identify areas for improvement and provide individuals with an understanding of their current ability levels. To achieve this goal, we developed a web-based assessment through Unity that used gamelike modifications of Flanker, Antisaccade, Embedded Images, Raven’s Matrices, and Color / Order Memory tasks. Participants were invited to access the assessment at www.ExecutiveFunctionLevel.com to complete the assessment and their results were analyzed. The findings of this project indicate that these tasks accurately represent executive functioning skills, the Flanker Effect is present in the collected data, and there is a notable correlation between each of the REFLEX challenges. In conclusion, we successfully developed a short, gamelike, online assessment of executive functioning and problem solving abilities. Future developments of REFLEX could look into immediate scoring, developing a mobile application, and externally validating the results.

ContributorsAnderson, Gabriel (Co-author) / Anderson, Mikayla (Co-author) / Brewer, Gene (Thesis director) / Kobayashi, Yoshihiro (Committee member) / Johnson, Mina (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description

The goal of this thesis project was to develop a digital, quantitative assessment of executive functioning skills and problem solving abilities. This assessment was intended to serve as a relative measure of executive functions and problem solving abilities rather than a diagnosis; the main purpose was to identify areas for

The goal of this thesis project was to develop a digital, quantitative assessment of executive functioning skills and problem solving abilities. This assessment was intended to serve as a relative measure of executive functions and problem solving abilities rather than a diagnosis; the main purpose was to identify areas for improvement and provide individuals with an understanding of their current ability levels. To achieve this goal, we developed a web-based assessment through Unity that used gamelike modifications of Flanker, Antisaccade, Embedded Images, Raven’s Matrices, and Color / Order Memory tasks. Participants were invited to access the assessment at www.ExecutiveFunctionLevel.com to complete the assessment and their results were analyzed. The findings of this project indicate that these tasks accurately represent executive functioning skills, the Flanker Effect is present in the collected data, and there is a notable correlation between each of the REFLEX challenges. In conclusion, we successfully developed a short, gamelike, online assessment of executive functioning and problem solving abilities. Future developments of REFLEX could look into immediate scoring, developing a mobile application, and externally validating the results.

ContributorsAnderson, Mikayla (Co-author) / Anderson, Gabriel (Co-author) / Brewer, Gene (Thesis director) / Kobayashi, Yoshihiro (Committee member) / Johnson, Mina (Committee member) / Department of Finance (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description

This research study investigates the design principles and best practices for incorporating gamification in EduMobile apps for teaching about mosquito breeding grounds. With limited research investigating the effectiveness of EduMobile apps in engaging and educating students on complex topics, this study aims to uncover best practices for designing EduMobile apps

This research study investigates the design principles and best practices for incorporating gamification in EduMobile apps for teaching about mosquito breeding grounds. With limited research investigating the effectiveness of EduMobile apps in engaging and educating students on complex topics, this study aims to uncover best practices for designing EduMobile apps for early learners (elementary and middle schoolers). A convenience sample of adults who were not part of the target demographic were recruited to test the app. The System Usability Scale was used to measure user satisfaction, and question-wise t-tests were conducted to analyze the effectiveness of specific design changes. Results show a significant difference in user satisfaction between the original and revised designs, with question 5 of the System Usability Scale driving the overall difference in score. Inconsistent design was found to increase extraneous cognitive load and split attention, while consistency within different views was shown to increase user perception of system integration. These findings suggest that incorporating gamification and following best practices in designing EduMobile apps can increase student engagement and motivation in learning about mosquito breeding grounds.

ContributorsKapadia, Anoosh (Author) / Kobayashi, Yoshihiro (Thesis director) / Johnson-Glenberg, Mina (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor) / Computing and Informatics Program (Contributor)
Created2023-05
Description

Nowadays, kids are exposed to technology at an incredibly early age. According to a study by YouGov in the United Kingdom, 88% of 12-year-olds are entrusted with their own devices and 85% of children at age 6 have access to a tablet at home (YouGov). In the US, according to

Nowadays, kids are exposed to technology at an incredibly early age. According to a study by YouGov in the United Kingdom, 88% of 12-year-olds are entrusted with their own devices and 85% of children at age 6 have access to a tablet at home (YouGov). In the US, according to MarketingProfs 75% of children 8 and under have access to some type of smart device. In an ever-growing technological world, it is important to make sure that kids are enjoying entertainment that enhances their growth and protects them from inappropriate content (Nanji). I wanted to create a browser game that explains the importance of Security in a colorful, fun environment with a friendly playable character. The game I created is a 2D platformer in which the player learns about the importance of passwords and keeping them secure.

ContributorsMichalik, Jacob (Author) / Meuth, Ryan (Thesis director) / Kobayashi, Yoshihiro (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2023-05
Description

This paper explores the inner workings of algorithms that computers may use to play Chess. First, we discuss the classical Alpha-Beta algorithm and several improvements, including Quiescence Search, Transposition Tables, and more. Next, we examine the state-of-the-art Monte Carlo Tree Search algorithm and relevant optimizations. After that, we consider a

This paper explores the inner workings of algorithms that computers may use to play Chess. First, we discuss the classical Alpha-Beta algorithm and several improvements, including Quiescence Search, Transposition Tables, and more. Next, we examine the state-of-the-art Monte Carlo Tree Search algorithm and relevant optimizations. After that, we consider a recent algorithm that transforms Alpha-Beta into a “Rollout” search, blending it with Monte Carlo Tree Search under the rollout paradigm. We then discuss our C++ Chess Engine, Homura, and explain its implementation of a hybrid algorithm combining Alpha-Beta with MCTS. Finally, we show that Homura can play master-level Chess at a strength currently exceeding that of our backtracking Alpha-Beta.

ContributorsMoore, Evan (Author) / Kobayashi, Yoshihiro (Thesis director) / Kambhampati, Subbarao (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2023-05
Description
This paper compares two approaches to implementing the Marching Cubes algorithm, a method of extracting a polygonal mesh from a 3D scalar field. One possible application of this algorithm is as a procedural terrain generation technique for use in video game development. The Marching Cubes algorithm is an easily parallelizable

This paper compares two approaches to implementing the Marching Cubes algorithm, a method of extracting a polygonal mesh from a 3D scalar field. One possible application of this algorithm is as a procedural terrain generation technique for use in video game development. The Marching Cubes algorithm is an easily parallelizable task, and as such benefits greatly from being executed on the GPU. The reason that the algorithm is so well suited for parallelization is that it breaks the problem of mesh generation into a large group of similar sub-problems that can be solved completely independently.
ContributorsLord, William (Author) / Kobayashi, Yoshihiro (Thesis director) / Hansford, Dianne (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor) / Computing and Informatics Program (Contributor)
Created2022-12
ContributorsLord, William (Author) / Kobayashi, Yoshihiro (Thesis director) / Hansford, Dianne (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2022-12
ContributorsLord, William (Author) / Kobayashi, Yoshihiro (Thesis director) / Hansford, Dianne (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2022-12
171730-Thumbnail Image.png
Description
Emerging body movement detection and gesture recognition software have opened a gateway of possibilities to make technology more intuitive, engaging, and accessible for people. A vast areaof natural user interfaces is leveraging body motion tracking and gesture recognition technologies and a human’s readily expressive body to extend interactions with software

Emerging body movement detection and gesture recognition software have opened a gateway of possibilities to make technology more intuitive, engaging, and accessible for people. A vast areaof natural user interfaces is leveraging body motion tracking and gesture recognition technologies and a human’s readily expressive body to extend interactions with software beyond mouse clicks and scrolls. However, these interfaces have been limited by hardware and software expenses, high development time and costs, and learning curves. This paper explores different approaches to providing both software developers and designers with easier ways to incorporate computer vision-based body and gesture detection solutions into the development of embodied experiences without suppressing creativity. Gesture.js is a JavaScript framework as a service (FaaS) that is both a thin library on top of the Document Object Model (DOM) consisting of a collection of tools for developing embodied-enabled applications on the web and a landmark computation and processing application programming interface. It wraps MediaPipe, an open-source collection of machine-learning solutions that perform inference over arbitrary sensory data, and additional landmark processing frameworks such as KalidoKit, a 3D model rigging solution, and ports the necessary information through either an object-oriented or an API-oriented implementation. It also comes with its web-based graphical interface for easy connection between Gesture.js and other application clients with little to no JavaScript code. This thesis also details a collection of example applications that demonstrate the usability, capacity, and potential of this framework.
ContributorsFowler, Azaria (Author) / Gowda, Tejaswi (Thesis advisor) / Kuznetsov, Anastasia (Committee member) / Kobayashi, Yoshihiro (Committee member) / Arizona State University (Publisher)
Created2022
161183-Thumbnail Image.png
Description

For my creative project thesis, I have designed and developed a video game called Amity Academy. Amity Academy is a strategic resource management simulator that aims to subvert genre expectations and challenge generally accepted definitions of success and leadership both in-game and in the real world. It does so by

For my creative project thesis, I have designed and developed a video game called Amity Academy. Amity Academy is a strategic resource management simulator that aims to subvert genre expectations and challenge generally accepted definitions of success and leadership both in-game and in the real world. It does so by moving the focus away from amassing large amounts of in-game currencies and becoming politically or militarily dominant towards caring for the denizens of the social unit the player controls. The player acts as an administrator at a school where they must make decisions on how to best run the institution. Although they are allowed to lead the school however they see fit, the emphasis is on prioritizing strong interpersonal and intracommunity relationships and connections and the wellbeing and happiness of those under their ward. Amity Academy is also part of the newly-emerging “wholesome” or “comfy” game genre. Unlike serious strategy games that can be stressful, Amity Academy presents a self-paced, low-stakes situation. This mood is further encouraged by calming environmental noises and music, a gentle color palette, and a charming art style. The game feels domestic and quaint, almost reminiscent of a Jane Wooster Scott or Mary Singleton painting. You can download and play Amity Academy here: https://mvaughn8.itch.io/amity-academy

ContributorsVaughn, Meghan (Author) / Kobayashi, Yoshihiro (Thesis director) / Holmes, Jeffrey (Committee member) / Barrett, The Honors College (Contributor) / Computing and Informatics Program (Contributor) / Computer Science and Engineering Program (Contributor)
Created2021-12