Remazing – Mobile PoC

 

Screen Shot

Sometimes restrictions are a good thing. I’ve made a lot of games that use keyboard and mouse controls but always hit a mental wall when thinking about how to get effective game play across on a mobile device with only touch and knowing that your thumb will be blocking part of the screen most of the time.

My brain considered that a challenge and decided to solve it one morning in the shower. My basic thought process went as thus

  • Touch screens should be used to touch things or at best touch side for directional input
  • If you can’t always see it can’t be a time sensitive task
  • Text for game play is a head-ache (literally) on a phone
  • What can I do with time based directional game play? A maze or something, that’s very 1990’s screen saver…
  • Maze puzzle game? Done!

So I set upon my house mates with whiteboard prototypes of a grid based maze game where you had to get multiple explorers through  a maze without back tracking back over old paths. Tron Light Cycles style. I also added in some special per-explorer powers to make them unique. This whiteboard prototype ended up rather good for what I expected I pretty much ported it directly to electronic format. I even used the same white board style sketches and colors.

While its a mobile PoC I only have it available for Steam-PC at the moment. Its all in Game Maker though so its just an export away from actually being on mobile. There are some keyboard shortcuts for usability but the game stands on its own with just mouse input.

http://steamcommunity.com/sharedfiles/filedetails/?id=281630674

 

 

Turn Based Strategy RPG Proof of Concept

tbspoctbspoc1

I have been working on a proof of concept for a turn based strategy RPG. Nothing playable yet, but I do have random AI factions killing each other.

Basic genre I’m going for is infinitely scalable procedural content (ala Item World from Disgaea) with a main story to introduce concepts. With lots and lots of customization to encourage deep theory crafting and min maxing.

What I have now is none of that 🙂

Notable things I do have

  • Isometric grid based combat
  • Flexible event engine
  • Abilites, buffs, reactions
  • Scaling statistical ramps and leveling up
  • A few classes and abilities
  • Basic AI
  • Equipment
  • Metro-esque menu system

Notable things I still need to do

  • Inventory / Army management
  • Persistence
  • Scripted story sequences
  • scripted story arc content
  • character customization
  • progression options
  • procedural progression contet
  • Shops
  • User interaction during combat (you know, make it a game instead of a tech demo)

Tech Demo Exe