Lovely Solitaire

Icon of the Lovely Solitaire mobile game ©︎ 2043 peanuts code

Introducing a Mobile Game, Lovely Solitaire! When it comes to solitaire (Klondike), it’s the king of classic one-player card games, and now, introducing the mobile game “Lovely Solitaire” available on the App Store! With its chic user interface, you can exude a sense of style even while playing on the train! (Or so we hope?) New to the game? Don’t worry, you can learn the rules and tips from the “How to Play” section in the game! Your browser does not support the video tag. What Makes It Lovely? The pastel-colored UI and pixel art card designs make it lovely! Plus, the music is incredibly cool, the sound effects when moving cards are satisfying, making it lovely!...

2024-04-03 · 2 min · Gobo

Devlog: Slashing Samurai - Reflection

Devlog: Slashing Samurai - Reflection

This article is a record of reflections on the (post-release) development log of the iOS mobile game “Slashing Samurai,” released on the App Store on December 15, 2023. It explores areas for improvement and lessons learned during the development process. Feel free to download “Slashing Samurai” for free from the App Store using the banner below if you’re interested. Identification of Reflection Points After completing the development of “Slashing Samurai” and reflecting on the process and outcomes, various points for improvement became apparent. To better utilize these reflections in future game development, I want to document them thoroughly. Let’s start by summarizing specific points for improvement:...

2024-01-11 · 11 min · Gobo

Devlog: Slashing Samurai - Logic

Devlog: Slashing Samurai - Logic

This article is a record of the “logic” behind the development of “Slashing Samurai,” a mobile game for iOS released on the App Store on December 15, 2023, using the Godot Engine. However, to avoid excessive length, specific code details will be kept to a minimum. Slashing Samurai is available for free download on the App Store. Just click the banner below to get this game! Identifying Necessary Screens I am the type to prioritize visuals. In game development, including the creation of “Slashing Samurai” in Godot, I started by identifying the necessary screens. I also considered the flow of...

2023-12-31 · 6 min · Gobo

Devlog: Slashing Samurai - Assets

Devlog: Slashing Samurai - Assets Edition

This article is a record of the “Assets” in the (post) devlog of the iOS mobile game “Slashing Samurai,” released on the App Store on December 15, 2023. Slashing Samurai is available for free download on the App Store. Just click the banner below to get this game! Consideration of Assets to Use In this development log, we record how we prepared assets for the development of the mobile game “Slashing Samurai.” In the context of game development, assets refer to the materials used. First, we listed the necessary assets and proceeded with a rough policy to prepare them with as low a budget as possible, considering the time cost....

2023-12-27 · 7 min · Gobo

Devlog: Slashing Samurai - Planning

Devog: Slashing Samurai - Planning

This article is a record of the “Planning” phase of the (post-release) devlog of the iOS mobile game “Slashing Samurai,” released on the App Store on December 15, 2023. Slashing Samurai is available for free download on the App Store. Just click the banner below to get this game! Defining the Rough Specifications of the Game The development process began by roughly defining the specifications of the game to be developed. It was pre-determined that the game would be distributed globally on a specific platform. If aiming for global distribution, it was clear that it would require a certain level of quality to gain approval....

2023-12-24 · 7 min · Gobo

Slashing Samurai

Slashing Samurai game app icon ©︎ 2023 peanuts code

Casual Timing Game, Slashing Samurai, is Here! Push beyond the limits of your dynamic visual acuity! Let a samurai to slice falling objects mid-air! Thrilling and addictive casual timing game – Can play now! Your browser does not support the video tag. Overview This is a exciting timing game! In each stage, a single object (a donut, a stuffed animal, a tomato, a bicycle, a statue, and more from different eras and places!) falls from the sky. Using touch-and-release controls, make the pixelated samurai jump and skillfully cut the falling item to clear the stage. Download on App Store for free Slashing Samurai is available for free download on the App Store....

2023-11-30 · 3 min · Gobo

Advanced Match 3 Puzzle Game in Godot3

Advanced Match 3 Puzzle Game in Godot

In this tutorial, we will create an advanced match-3 puzzle game, a type of puzzle game in which one piece is moved freely on the board for a certain period of time to erase three or more pieces of the same color in a row. This is easy to understand if you imagine a puzzle game like “Puzzle & Dragons” (a.k.a. “Puzzle Dora”), which has gained popularity as a mobile game. However, the tutorial would be too large if it included all game elements such as decks, gacha, and battles with enemy characters, so we will focus on the puzzle part of the tutorial this time....

2022-07-15 · 35 min · Gobo

Match 3 Puzzle Game in Godot3

Match 3 Puzzle Game in Godot

In this tutorial, we will create a match 3 puzzle game. Match 3 is a puzzle game in which players move multiple colorful pieces evenly arranged along a grid on the board to eliminate three or more pieces of the same color in a row. This genre is particularly popular among mobile game players because it is easy to operate and enjoyable. Candy Crush, Toon Blast, and Royal Match are just a few examples of popular games. Puzzle & Dragons and LINE Tsum Tsum are also based on Match 3, although the controls are slightly different. In this tutorial, we...

2022-07-02 · 12 min · Gobo

Connecting Matching Colors Puzzle Game in Godot3

Connecting Matching Colors Puzzle Game in Godot

In this tutorial, we will explain how to create a type of game in which you trace and erase drops of the same color, like the very popular Disney Tsum Tsum smartphone game. LINE: Disney Tsum Tsum Note that the final project file in this tutorial is located in the GitHub repository . You can directly check the project by downloading the .zip file and importing the “project.godot” file in the “End” folder with the Godot Engine. Environment This tutorial was created in the following environment ・Godot version: 3.4.4 ・Compu...

2022-06-20 · 10 min · Gobo