Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Untitled Project

A topic by anarbitrarymustache created Aug 17, 2019 Views: 507 Replies: 5
Viewing posts 1 to 5
(1 edit)

I've been doing quite a bit of tinkering in Unity and trying my hand at 3D modeling as well over the last year. Kind of left my GameMaker and 2D pixel roots in the closet. Lately though, I've fallen in to a bit of a creative rut. When I saw the announcement for this years GBJAM, I felt excited and even a little invigorated. As much as I'd love to attempt a jam with my newfound skills in the 3D world, I'm thinking a visit to an old friend is exactly what I need (I mean, especially for a Gameboy Jam).

So my tools of choice this go around will be GameMaker (1.4.9999, none of that GM2) and mostly Adobe Photoshop for the pixel work.


Hour One

It's late here. Not sure if I'll be digging in now or sleeping first and starting at sun up. I have decided to start jotting down my initial ideas though.

So, my first thoughts:

  1. Breakout/Alleyway clone, mixed with some shooter elements - basically on top of being a paddle and keeping the "ball" going to break all of the blocks, there would be enemies you'd have to contend with. Probably too similar to my previous GB entry. Alleyway was probably my second most played Gameboy game behind Tetris. On top of that, I've never actually made a "brick breaker" style game despite how it feels like it should have been one of those stepping stone games you make when learning to make games.
  2. Tetris re-imagined. I've had this idea that I've wanted to try just to see if I could (and to see if it would even work) where instead of rotating the pieces, you rotate the board. Yeah, after typing that out it sounds even more ridiculous. This feels like the right amount of work for a game jam, as far as the amount of content I'd need to generate. However, this may just be because I'm tired, but figuring how exactly to do "that" doesn't feel like the type of problem I want to solve this go around.
  3. Some other type of puzzle game. I've never attempted a match 3, but I was leaning towards something like that or maybe and match/falling game like Dr. Mario. I'd like to attempt my own spin on the puzzle game meets dungeon crawler, but I'm pretty sure I'd just end up doing a 10,000,000 clone or something. I feel like making each piece distinguishable would be a challenge with the 4 color palette. Not sure how I feel about that. Again, like the Tetris idea above. This type of game doesn't require a lot of content creation (little artwork and no "levels" to have to design by hand). Though, if I go the dungeon crawler hybrid, that wouldn't be the case.
  4. A Beat'em Up/Brawler. I've wanted to do one of these for a while now. I attempted maybe 3 or 4 years back and quickly became discouraged. I'd like to imagine my experience since then would help me get farther this time. Like the "match" game above, the limited color palette means I'd have to find other ways to distinguish the different enemy types. Though, I'm likely that challenge because it would most likely be through animation. Probably end up being more then I can handle in the time frame, but when has that ever stopped me. I don't really have any ideas for a story though. I just know I want to code and pixel guys beating each other up. Hmmm.
  5. Most of my other game ideas I've been hoping to realize wouldn't work in the Gameboy format.

I was hoping as I typed I would find more inspiration. Nope. Could just be I'm too tired. I'm leaning towards brawler. Mostly because of all the fun pixel work. It of course would involve by far the most content creation and I'm not even sure I'll be able to code a working brawler core with acceptable/fun game play. Again though, when has that ever stopped me?

Going to throw together some mock-ups to see if that sparks anything.

The tetris one is quite original and I think the beat em up would work well on the game boy. The match 3 would be difficult to make original as it has been oversaturated but if you have a good idea go for it!

Stayed up well into the morning working on a few mock-ups. I squeezed in a few hours of sleep and everything has passed the "morning after" inspection. 


Up first, is my "match 3" dungeon crawler. I haven't quite worked out all of the details, but the point of the game will be to purely chase a high score by matching pieces on the game board. The twist is there are monsters that will show up that have to be defeated as well. Unlike typical "match 3" games, the pieces aren't already there. Each "turn" you will be given a random piece that has to be placed on the board. The game is over once you can no longer place your piece. Matching some pieces will clear, while others will leave behind a new piece. I envision the monsters movement being kind of like a turn based strategy game - each piece placed counts as the players turn and the monsters will perform their move afterwards.



Option two - my brawler. With clear inspirations from River City Ransom, I still don't have an exact story idea yet (but I have decided I'm going to call it 'Lake Town Rumble'). I seriously think it will just be some big boss has decided to put out a bounty on your character and now all of the gangs are out to collect. Basically beat your way to the boss to clear the bounty. I like the idea of an RCR style "open world" or maybe "metriodvania" is more appropriate term - basically certain paths are block until you have a necessary skill or item and you will need to back track to collect said skills and items until you can access the final big bad. I've created the initial animations for the player character (idle, punch, jump, walk, run), everything I should need to start working on a prototype. I guess we will see if I can get over the obstacle of coding a good foundation for the brawler mechanic.


We'll see where the rest of the day takes me.

Day 2

I hacked together a very basic prototype for my match game and then spent almost all the rest of my time working on the movement controls and mechanics for my brawler. I think I'm all in on the brawler now. I spent a lot more time then I would of liked figuring out the z-axis movement and collisions. I'm probably on my third engine iteration (basically tearing down each previous version and starting over). Now for some sleep and then tomorrow to start working on actual fighting.


It seems we went different routes. You perfected one mechanic and then moved on while I quickly hacked it together and made some content. Looks good too

nice job on the movement!