Category Archives: Game design

Release: Goldwingu: Means to End v.0.38

If you blink, you’ll miss out. I took a few steps back, cut away things that I wasn’t satisfied with and started over with the enemies. As a result, I think Goldwingu is a more solid whole. Have a go: Goldwingu v.038 [10.3MB]

In this and previous version:

  • Added Statistics and Options pages.
    • Options for cutting the jump sequence, turning the inertia movement on/off and making the pixel placement smoother than the resolution.
  • Added focus (default ‘s’) function that slows the game66%.
  • GUI is now uniformly all pixels.
  • 11 enemies.
    • Enemies are unlocked by escaping alive and embiggening the compound score.
  • Normal, super shots and missiles. Upgrades to shots only. Missiles are awarded for chains.
  • All kinds of other things.

Release: Goldwingu 2: Episode 1; Means to End v.0.17

Back at the lathe! Enjoy the new version of Goldwingu 2: Episode 1; Means to End v.0.17 [3.82MB] is very much out!

In this version:

  • Upgrading weaponry now much easier. Speed, quantity and power of shots can be upgraded by earning medals. Powershots are upgraded by receiving the same medal 5 times.
  • Dash-function added. Hold down the quick-change key (shift by default) to gain a boost for your speed and weapon re-loading.
  • Added an enemy wave to demonstrate compound enemies. Compound enemies are waves where individual enemies are tied together through parent-relation.

Enjoy!

Release: Goldwingu 2: Episode 1; Means to End v.0.15

Just in time for your weekend: Goldwingu 2: Episode 1; Means to End v.0.15 (3.81 MB) is ready for your entertainment.

In this version:

  • Added Drone to the arsenal. Drone better.
  • Tweaks:
    • Movement speed
    • Choose-your-own-scenario now allowed without completing Scenario 1.
    • Completing Scenario 1 gives you Drone.
  • Some bug fixes: all keys now allowed for action binding (previously e.g. SPACE wasn’t allowed) and players ship is now shown orbiting the right planet.

Goldwingu Has Been Accepted as a Nominee for Indie Dev Grant

Indie Dev Grant is a program by Kyttaro Games and Bundle in a Box where in 15$ for every 100 Bundle in a Box sold is added to the grant which then is given to a project voted by the fans.

Check out the competition. Some fine looking and otherwise interesting projects are included. I hope to gain at least a little bit of exposure for G, although it always makes me a bit nervous (yet, strangely excited) to get my game infront of people.

Release: Goldwingu 2: Episode 1; Means to End v.0.14.5

Here we go again, Goldwingu 2: Episode 1; Means to End v.0.14.5 [3.81MB] is out!

In this version:

  • Updated LWJGL libraries to version 2.9.0.
  • Removed the start-up scripts, just double-click the jar file to start the game.
  • Tweaked the frequency of enemy wave appearance.
  • Tweaked some achievements; Once missiles are unlocked, player gets them at the start of game.
  • Player now starts with Weapon and Thruster re-charge at medium and shields at full power
  • Added a noice starfield effect.

Day of Reckoning Gets Closer

I’ve set the date for the first Alpha Release Candidate 1 for Goldwingu: 10th of May.  I’m really getting close to the point where I just need feedback from outside my brain to get forward. Before that I’ll need:

  1. Video of the gameplay.
  2. At least 5 (preferably more) different enemies, with different movement, attacks and other qualities.
  3. A few, good, meaningful achievements.
  4. Some polish to the GUI.
  5. I still need to tweak the Campaign-mode a bit. The pace needs to be slower. Capability to build ships should be more expensive (i.e. it would require a big-ass ship yard, but once you have one, ships should be easy to build).

That’s the bare minimum. I’ve got a week to go. Do you think I can make it?

Release: Goldwingu 2: Episode 1; Means to End v.0.13

Creeping toward non-triviality, one release at a time. Treat yourself to Goldwingu 2: Episode 1; Means to End v.0.13 [3.46MB] right nao!

In this version (among other things, see Release Notes for more):

  1. Changes to assets:
    1. Assets file and graphics have been moved to its own directory.
    2. The logic that controls enemy movements are now read from Assets file (under section BRAINS)
  2. Support for global (as opposed to the medals, which are game instance spesific) achievements, with one achievement implemented (visiting all [both] stellar locations in the Campaign mode. Unlocks missiles).
  3. Added two resources that are both needed for building fleets.
  4. Some changes to the heuristics.
  5. Production isn’t nulled after successfull invasion, just decreased.

Making Strategic Decisions

In Goldwingus campaign mode I’ve been interested in combining the arcade component of the game with having a broader meaning to it than just advancing from level to level. So far this combinement leaves a lot to be desired.

Currently the heuristics for the different players is to just attack the planets with the weakest fleets of all of the players. This is pretty straightforward and transparent and also it means that once any one player gets an upper-hand, it will almost definetely win too. The problem with this is that players choices aren’t that meaningful. A planet is a planet is a planet.

So, I’ve wanted to add something to the game to make different planets more interesting pursuits and make the strength of the fleet in orbit less deciding factor for the player. Let’s take an example. Enemy planet A currently has strong enough fleet in orbit that doesn’t allow attacking with our fleet, but it does have is some resource that the player needs. In this situation the player can make a meaningful difference within the campaign, risking his life to get those high-value targets.

I have been thinking over several things to differentiate the planets with in value:

  1. You could have different building resources that all are needed for building various things.
  2. Fleets needing fuel to move and having fuel deposits of different sizes on planets.
  3. Making movement between planets possible only through set paths, making some planets important because of their connections.
  4. Building and restoring production capacity would be more expensive (in relation to building fleets) and conquering planets would always save some of it.
  5. Planets having different levels of ‘habitability’ i.e. how much production they can actually house.

I have been thinking of going with all of these except from #3. You’ll see the results at the end of the week.