[Stardust Colonies]

Games C++ AI Added on 12/11/2011


Stardust Colonies, formerly known as Alien Farm, is a strategy game that I created based on my Undergraduate dissertation 'Inner States in Game Agent Systems'. In the game, the player-controlled units are aware of and affected by both their own memory and preferences and their colony's well-being.

 

Alien units in the game are able to collect resources and breed. To move, they use an obstacle avoidance algorithm for continuous environments that was based on Bourg's and Seeman's work. The units have an inner state which consists of happiness and activity - two variables which are adjusted for each alien based on what it did previously and whether it liked it or not, as well on how well the entire colony does in terms of the amount of stored food and living space. The objective of the game is to expand the colony to have 30 members and achieve an average happiness of at least 70%.

In Stardust Colonies, each unit is an individual and its behaviour and work performance are affected by its happiness.

Frustrated aliens perform tasks slowly and sometimes disobey the player's orders, but doing their preferred job makes them very efficient. Furthermore, movement of an alien is slowed down if it is tired of frequent travelling of because of its age. Player therefore has to keep a constant eye on all colony members and make sure they stay happy and active. Fuzzy logic is used both for evaluation of a unit's current inner state as well as to adjust its behaviour.

 

The game was tested by a number of players who found the individualised behaviour interesting and harder to predict. The Kickstarter and Steam campaigns generated some attention, although the marketing and development had to be paused indefinitely due to my other engagements.

Alien Farm in its original state was generally a great success amongst students and academic staff and was presented on the University's open day in May 2009.



{Please enable JavaScript in order to post comments}

The Hive Mind

The Hive Mind is a sci-fi puzzle game about insect-inspired construction with robots. The player takes on the role of an Overseer who was sent to an alien planet and designs simple rules that robots use to create structures brick by brick.

A small compiler script for C with GCC

One of my favourite classes at the moment is the one where they teach us C. Knowing C already, it is a nice relaxation for Monday morning...

A 2D iPhone Game Framework

The project reviews some of the existing design patterns and available algorithms used in iPhone games development. The application created is a template project for a 2D iPhone game.

Alien Strike

Alien Strike was an addictive copter shooter game sold on iTunes during 2009 and 2010, where you flew a UFO and fought against the futuristic Earth. The movement was controlled by holding a finger on the screen in order to go up, while the default UFO movement was to fall down. Player had the ability to shoot and drop bombs to watch the earthlings explode.

Inner States for Game Agent Systems

The theoretical part of the project focuses on currently used techniques for obstacle avoidance, task-oriented behaviour and fuzzy logic in the field of games AI. A number of approaches are discussed and evaluated.

Mayan Madness

Mayan Madness is a 3D third-person adventure game that I participated on as a lead developer in the last year of my undergraduate course.