AlgoRun: Coding Game is a game-based learning application aimed at teaching computational thinking (CT) concepts such as variables, conditions, loops, and functions. Evaluating user feedback in such educational games is challenging, as traditional sentiment analysis techniques often overlook nuanced responses. Despite its potential to inform content improvements, sentiment analysis in game-based learning remains underexplored. This study compares the performance of deep learning models—DNN, CNN, RNN with LSTM, and Bidirectional LSTM—for sentiment classification of AlgoRun user reviews, using TF-IDF and word embeddings as feature extraction methods. A total of 1,440 reviews were scraped from the Google Play Store, translated, and preprocessed using data preparation techniques (dropna, fillna), text preprocessing (case folding, cleaning, tokenization, stopword removal, stemming), and feature extraction (TF-IDF and word embeddings). The dataset was labeled into negative, neutral, and positive classes, and split 80% for training and 20% for testing. Among the tested models, the DNN with TF-IDF achieved the highest accuracy of 98.86%, followed by CNN with Word Embeddings (96.97%), Bidirectional LSTM (96.59%), and RNN with LSTM (92.42%). The DNN also showed stable performance and convergence at the 10th epoch, outperforming other models in precision, recall, and F1-score. These results suggest that DNN with TF-IDF is highly effective for sentiment classification in the context of game-based learning. The findings offer useful guidance for developers to adapt content and enhance game quality based on user feedback. This research also contributes to the growing body of literature on leveraging sentiment analysis to optimize educational applications.
Copyrights © 2025