【Swift】Use SKAction instead of Timer.scheduledTimer for iterative processing in Spritekit!
Introduction. In this article, I will introduce some of the points I stumbled upon in the process of creating a shooting game in swift, as well as some of the code I struggled to find out.The article focuses on spritekit, a framework used to create games in swift. In this article, I'd like to write […]
A vertical scrolling shmups/NeoRegainer made with Swift
Introducing NeoREGAINER, a shooting game released on June 9, 2021. This is a 2D vertical scrolling shooting game with 6 stages, and it has GameCenter for IOS, so you can participate in the score ranking by signing in. This is the first shooting game I've developed using swift's Spritekit. It was featured as a new […]
How to make an enemy have stamina with swift's spritekit
Introduction In this article, I will introduce some of the points I stumbled upon in the process of creating a shooting game in swift, as well as some of the code I struggled to find out.The article focuses on spritekit, a framework used to create games in swift. In this article, I will write about […]