Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

CatStack

A topic by Capricious Day created Jul 18, 2020 Views: 178
Viewing posts 1 to 1
(1 edit)



Hello!

CatStack is a 2D puzzle game which I'm doing as a solo gamedev project - it has match-3 mechanics but is controlled totally differently to most match-3s in that you control a stack (as in the data structure, or a stack of plates) with your colourful 'cats' in it, and use it to push them on and off the grid where the actual match-3iness happens. This is kind of cool though because it opens up some new gameplay possibilities that don't really exist in other puzzle games. There are currently three modes:

Modes


Time Attack: It's just you, the cats and the clock. You have to clear enough cats to meet the score requirement before the time ends.

Bomb Game: You have to try and clear enough cats to clear the timer without accidentally lining up three bombs - which is frustratingly easy to do because every time you push/pop something it moves the entire column. This is the most 'puzzle' of all the modes.

Survival mode: Sort of a tetris-y thing, almost - cats fall from the sky at an increasingly fast rate, you have to clear them before they reach the top of the screen. Actually pretty stressful even though I developed the thing.

I've also got some plans for some sub-modes for these game modes, but they're secret for now.


About

Graphically I've gone with Inkscape-drawn vector graphics then enhanced with GIMP. I'm on Ubuntu so I'm all about the very Free tools. I think this way of working is getting reasonably good results considering I'm not really an artist or designer and I don't normally have a huge amount of free time on my hands as I'm developing this around full time work. The game engine is the ever-excellent Godot, which does unreasonable amounts of the heavy lifting for me.

I've held off on doing a dev log until I actually had something worth showing off. I'm unreasonably bad for starting projects and not getting to a good point where anything works, but at the moment I feel like I could just upload something in the next few days and have it at least be something vaguely playable so now feels like a good time to start talking about it. It's not my first game project, exactly, but the game is definitely scoped with reasonableness given time constraints in mind.

Screenshots so far (some of it is a little WIP-y)




But there's more in the works.


Dev log entry for today

Today I did a couple of major things:

Today I've added stone mechanics. This is part of the Bomb Game, but might also find a place in survival. Stones don't get removed when you match them, so they just kind of clog up the game screen - but there is an existing 'bin' mechanic which dumps the stack so maybe if you just...

The video gives a good (if slightly slow because I had to think about what I was actually going to do to get rid of the stones!) demonstration of how the game looks in motion.

Also the logo at the top is a new redesign today! 

Let me know what you think. :) More to come! Also if anyone is interested in play testing this, please let me know, it'd be great to get some feedback.