scratch on
The 4 most popular scratch on games in the Scratch community.
#01 UXRCF’s Scratch Game
#02 Creating a Save Function for RPGs from Scratch


This guide explains how to create a save function for those who want to develop their own RPG from scratch. We will focus on creating a save function using hiragana characters to represent a revival spell. Assign custom hiragana characters to each level, HP, MP, and item. Instead of a simple correspondence like mapping 1, 2, 3, 4, 5 to ‘a’, ‘i’, ‘u’, ‘e’, ‘o’, it is necessary to assign the characters randomly to avoid making it easy to guess and exploit the system. It goes without saying that after listening to this explanation, it is crucial to actually start working on the program and try creating it yourself.