RLP's Hobbies Blog

Free (Computer) Game Ideas

Article Info

Recent Changes

About


These ideas are completely free for any and all uses, although if you try to sue someone else for developing ideas you found here I’ll try to fight that.

Programming Tower Defense

I was thinking about what it would look like to have a programming game, like the Zachtronics stuff or Omega or whatever, but tower defense.

The question is, how do you make the problems need to be complex? More complex than, like, “shoot the closest” or “shoot the biggest” or whatever. Some ideas:

  • I played a TD years ago where you could make a series of lasers that would fire at each other and the final laser would be super powerful as a result; I’m imagining like bosses where that’s important but waves of tons of light enemies where you need lots of individual shots, so you have code to align the lasers only when it matters.
  • Have programs or actions or something be slow enough that efficiency is a big deal; maybe it’d be more fun if programs are fast but actions are slow?
  • Have a lot of change-behaviour decisions that need to be made (which is a problem because actions/programs are slow), like different enemies require different attacks and you have to reconfigure the tower to adjust, but that costs time, so deciding how many towers to adjust and which ones becomes a big deal
  • probably wouldn’t want to have like “only air towers”, “only ground towers”, etc, because we want the player to have to spend that time reconfiguring towers, but could have towers that are much better at certain things, which would then need to be taken into account

Class-Play ARPG

What I really enjoy with ARPGs is trying out different classes, so I thought what it would look like to make that a good long-term play strategy.

  • Classes’ skills are determined algorithmically from a very large pool of possible effects
  • Lineage: each character inherits abilities/powers/something (I’m especially thinking “the ability to carry over skills or otherwise influence the random class generation”) from the previous character that you retire to create it
  • You get more benefits the longer you play the character, with the optimal peak of time vs. reward being around the point where you unlock all the class skills.

Life Simulator + RPG

I’ve often noticed that the time scales with CRPGs seem weird; like in the Elder Scrolls games you become head of the mage’s guild in like a couple of game-time months, which is just absurd.

I’d like to see a disjoint-time system applied to that problem, like the Total War series, where there’s a split between map-time and battle-time, or the Persona series (and presumably other Japanese life simulators), where some actions take up hours and some occur in real time.

I’m imagining that the game occurs in chunks of, say, 3 months, and in that time you decide what major skill you’re going to be working on (i.e. studying magic), but you might also have more real-time things occur, such as quests or whatever.

In this sort of time flow, the idea of a less-than-40-year-old grandmaster would just be absurd.

Writing a game plot to work with this sort of thing would be interesting and probably somewhat strange.

Nice World

Conquest-style city-builder (a la Black & White 2), but The Spirits destroy the whole city if violence occurs, internal or external.

Each angry citizen is therefore a ticking time bomb that must be solved immediately, as angry citizens tend to eventually form mobs to either lynch local perceived problems or attack the other cities.

This means that the only way to conquest is to entice people to move by how awesome your city is.