Claim Missing Document
Check
Articles

Found 15 Documents
Search

Gamified Website Design for Calisthenics Workouts Enhancing Motivation and User Engagement Gregorius Lai; Istiono, Wirawan
JITSI : Jurnal Ilmiah Teknologi Sistem Informasi Vol 6 No 1 (2025)
Publisher : SOTVI - Society of Visual Informatics

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62527/jitsi.6.1.342

Abstract

Workout is one way to adopt a healthy lifestyle. Workout can minimize disease, one of which is obesity. Even though it has great benefits, there are still many people who don’t exercise regularly. Therefore, sports activities need to be increased. One sport that does not require equipment is gymnastics. Gymnastics training is a physical activity that is as beneficial as the gym. One way to help increase motivation is to do gamification. Gamification can increase motivation and make boring things more interesting. In this research, a calisthenics workout website was designed and created using the gamification method. Website was evaluated by 33 people. Based on the survey conducted, the curiosity value was 83.32%, the perceived ease of use value was 79%, the perceived usefulness value was 83.32%, the joy value of 80.6%, behavioral intention to use value of 83.03%, focused immersion value of 80.53%. The final average obtained from all categories is 81.12%.
The Influence of Presidential Debate Comment Sentiment on YouTube on Candidate Electability: Naïve Bayes and Pearson Analysis Manoppo, Arnoldus Yitzhak Petra; Istiono, Wirawan
Journal of Information System and Informatics Vol 7 No 1 (2025): March
Publisher : Universitas Bina Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.51519/journalisi.v7i1.1001

Abstract

Campaigns significantly influence candidate electability. Presidential debates, a key campaign strategy, generate extensive public comments on social media, reflecting voter sentiment. This study employs VADER for automated sentiment labeling and Naïve Bayes for classification, analyzing comments from the KPU and Najwa Shihab YouTube channels. Electability data were sourced from national survey reports for correlation analysis. Pearson correlation results indicate that positive sentiment has a moderate negative correlation with electability, while negative sentiment shows a strong positive correlation. This suggests that negative sentiment in YouTube comments is more indicative of a candidate’s rising electability, whereas positive sentiment does not necessarily translate into increased support. The Naïve Bayes model achieved 65% accuracy, 59% precision, 57% recall, and 57% F1-score when including neutral comments. Excluding neutral comments improved accuracy to 77%, with 68% precision, 68% recall, and 67% F1-score. The dataset comprised 17,872 comments, ensuring a robust sample. Despite these findings, limitations exist, such as potential biases in sentiment classification and representativeness, as social media users may not fully reflect the general voting population. Furthermore, while correlation is established, causality remains uncertain, requiring further research. This study enhances the understanding of social media sentiment in political campaigns and highlights the importance of integrating online sentiment analysis with traditional polling methods for a comprehensive assessment of electability.
Combining the Cellular Automata and Marching Square to Generate Maps Viore; Istiono, Wirawan
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 9 No 2 (2025): April 2025
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v9i2.6241

Abstract

As computer technology advances, one of the entertainment media that has emerged is video games. The development of a video game is becoming more expensive and labor-intensive as technology itself continues to grow. One of the characteristics of a game as an entertainment medium is its replay value, which refers to the fact that the subject matter can be played more than once. Automating content through the use of procedural content generation is done with the goal of lowering expenses and reducing the amount of labour that is required. This research has two goals: designing and developing a Maze Game using the Procedural Content Generation method with the Cellular Automata and Marching Square algorithms, and determining the level of player satisfaction with the games developed using the Game User Experience Satisfaction Scale (GUESS) method. This research will utilize Cellular Automata and the Marching Square algorithm as a method for generating 3D game shapes through Procedural Content Generation. After the game has been developed, it will be performed by players, and the Game User Experience Satisfaction Scale will be used to measure the user experience. The result for overall satisfaction, based on the responses of 25 respondents, is 83.14%. Cellular Automata was effectively implemented to generate the map, while Marching Square was used to generate the 3D mesh, albeit with isolated rooms and graphical errors.
OPTIMIZING RPG PATHFINDING A HYBRID APPROACH FOR STATIC AND DYNAMIC OBSTACLE AVOIDANCE Gunawan, Renaldy Ari; Istiono, Wirawan
IJISCS (International Journal of Information System and Computer Science) Vol 7, No 3 (2023): IJISCS (International Journal of Information System and Computer Science)
Publisher : Bakti Nusantara Institute

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56327/ijiscs.v7i3.1576

Abstract

Playing a role The popular game genre known as "RPG" employs a pathfinding algorithm in its operation. The process of discovering a path from one place to another is called pathfinding. Pathfinding algorithms come in a variety of forms and are varyingly efficient. One of these methods is the A-star algorithm, which is frequently used in different games to determine routes and has actually been evaluated for efficiency. An additional algorithm to consider is the dynamic pathfinding algorithm, which is quite tiny for reference and not well-known. Combining these two techniques can result in an algorithm that avoids both static and dynamic barriers in addition to finding the fastest path. The two algorithms will be combined in this research, and two static and dynamic obstacle scenarios will be used for testing. According to the study's findings, the combination of these two algorithms enables the algorithm to avoid both static and dynamic obstacles. However, it should be noted that in the event of a dynamic obstacle, the Non-Player Character (NPC) will need to travel 3.04 seconds longer to reach their destination because they will need to find an alternate route.
Cloud-Based ERP System Backend Design, study case: PT Cranium Royal Aditama Manoppo, Arnoldus Yitzhak Petra; Istiono, Wirawan
ULTIMATICS Vol 15 No 2 (2023): Ultimatics : Jurnal Teknik Informatika
Publisher : Faculty of Engineering and Informatics, Universitas Multimedia Nusantara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31937/ti.v15i2.3504

Abstract

An ERP system is a comprehensive software solution that facilitates the integration of all resources inside a firm. PT Cranium Royal Aditama is a company specializing in the development of Enterprise Resource Planning (ERP) solutions for other businesses. The ERP system of Cranium was constructed on the .Net architecture. Nevertheless, the situation remains unchanged. The Net framework is constrained by its compatibility exclusively with the Windows operating system. Cranium developed a cloud-based ERP system using Java programming language to ensure flexibility and compatibility with all operating systems. The backend of the ERP system is constructed utilizing a monolithic modular architecture, employing Java Springboot as a framework and PostgreSQL as the database. The purchasing, inventory control, and production planning modules are responsible for the design and development process. The design and development of the ERP system backend is now underway, however it is still in the development stage and is currently confined to a basic CRUD technique