Friday, November 24, 2017

Match 3 RPG

I am likely going to make a match-3 RPG. Character abilities can be triggered by placing a pattern on the grid, that must match the locations of previously destroyed cells (illustrated by orange cells in the screenshot below). It will be made in Unity using C# and the Spine animation tool. The same tech was used to make my latest finished and soon to be released game Pizza Bot.

Prototype


This next match-3 project likely will be fantasy themed because I already have a whole bunch of character art. Painting backgrounds and icons is my weakness, but I can buy some through the Unity asset store. I spotted some great special effect packages too.

Match 3 always will be popular, and is already "fun" from the beginning. The design challenge is going to be crafting all the interesting features that extend out the game, while offering sufficient strategic elements to prevent the experience from getting dull and monotonous.

I believe as long as there is gradual and continuous progression through occasional unlocking of interesting features, then the game will surely be a success. A game like Zombie Guard is not necessarily fun because of say, the weapons, but rather, the unlocking and upgrading of the weapons. This has been a general design focus in all my games. Typically I strive to create the core of the game, and then insert a lot of content with data driven systems for weapons, skills, items, and AI character types.

Since this will be a turn-based match-3 game, I can write some simple AI to play-test the game for me. I have a spare phone to have AI play stable builds 24/7.

From the very beginning I will be setting the game up for easy localization into other languages. If done correctly, all I would have to do is gather translations privately from various people who have already contacted me. Ideally, it will be easy to update and append translated text through external data files.

So, that is that.

Tuesday, November 7, 2017

Two Goats

Goat Mechanic has been updated and Gassy Goat has been released...

Goat Mechanic


I have updated my previous app Goat Mechanic on Google Play and redistributed it on the Apple App Store. It started as a game jam entry that got turned into a standalone app. I integrated Google Admob interstitial (video) ads. Players can wait for in-game currency, or watch a 30 second video ad, or purchase currency with real money. It is a bit shameless, but it works.

This is an older game, written in Lua with the Corona game engine. This project uses a tool called Spriteloq/Animo, used to consolidate the art; the tool no longer exists because it was sold to a company that is no longer in business. Thankfully, I had a backup within the project's depot.


Gassy Goat


At last, Gassy Goat has been released - a game that had been finished for a long time, now available for download on Google Play. I will submit it to the Apple App Store in a week if there are no major issues.



Gassy Goat is an HTML5 game written in Phaser with the language LiveScript that compiles to JavaScript. The code is obfuscated with Minifier.org, and packaged as an Android APK with Cocoon.io using the AdMob plugin for interstitial ads. Yes, there are definitely many layers of technology involved here.


...I'm glad to be near the end of list of tasks. Only Pizza Bot remains. There are some older apps that I considered revising, but I have determined it would not be worth the time.