.

Entries Tagged as 'Game Design'

A look at the Attack of the Meeplings Highscores

May 18th, 2008 · 2 Comments

Here’s a histogram of the 4,842 scores in the Attack of the Meeplings database. At first glance the data looks realitively normal - However, it’s far from it. The horizontal axis is not linear, but exponential (2^n) the data is heavily right skewed which tells us that there are some people who are just so […]

[Read more →]

Tags: Game Design · Indie Game Development · Meeplings

Random Name Generator Algorithm

January 24th, 2008 · 6 Comments

I spent the morning creating a random name generator which will be added to the ‘create character’ section of Caverns of Underkeep.
I’ll explain how it works in a minute. But for now, here is an example list of names:

Yivha
Ilhalo
Xagloh
Pojlo
Xifei
Coxfo
Cedtiz
Digja
Emrapo
Aygoh
Omgez

So not bad, sorta could be real-made-up fantasy character names maybe. This is how the algorithm […]

[Read more →]

Tags: Game Design · Game Programming · Programming · UnderKeep

More on classes

December 14th, 2007 · 4 Comments

In a previous post I explained how Caverns of Underkeep will not have any classes.
Well, I lied.
I just added a character creation screen to the current build and I implemented some character classes.
However, I still claim that Caverns of Underkeep is not an RPG, so the classes represent game options rather than roleplaying options.
So far […]

[Read more →]

Tags: Game Design · UnderKeep

Random Dungeons

December 10th, 2007 · 4 Comments

I’ve been working on algorithms for randomly generating dungeons.
My current project Caverns of Underkeep is a Roguelike, and one of the features of all roguelikes is that they are randomly generated. I’ve currently got two flavors of generation. I’ll briefly explain how they work here, but I really want to write a much longer article […]

[Read more →]

Tags: Game Design · Game Programming · UnderKeep

Why Caverns of Underkeep won’t have classes.

December 4th, 2007 · No Comments

Its not that I’m anti-class when it comes to my RPGs. Infact I enjoy replaying games as different characters provided the game has been designed well enough to be played in different ways - And that really is key.
If I were designing a normal cRPG I’d have specialist quests for different classes, but there’s a […]

[Read more →]

Tags: Game Design · UnderKeep

How to get artwork for your great game idea

December 2nd, 2007 · No Comments

Danc over at lost garden has just posted a very good article on “How to bootstrap your indie art needs”
If you’re a newbie, hobbiest game developer, semi-pro, or seasoned indie you should add lost garden to your RSS feed. (If you haven’t already.) Most of my RSS feeds on my list are from various […]

[Read more →]

Tags: Game Design · Indie Games

Lessons Learnt from Starcars - A Post-Mortem

July 17th, 2007 · 1 Comment

I’m a big fan of reading post-mortems on game development. If that sounds somewhat morbid to you, a post-mortem is basically a post-production overview of what went right and what went wrong. And any insights gained after the product has shipped out the door. Whether your product was an amazing success or an absolute bomb, […]

[Read more →]

Tags: Business of Software · Game Design · Game Programming

Book Review : A Theory of Fun

March 9th, 2007 · No Comments

A Theory of Fun for Game Design by Ralph Koster.

I’ve recently had the pleasure of reading ‘A Theory of Fun’ by Ralph Koster. This book explores the very essence of what fun is all about. Every page of text is accompanied by an entertaining cartoon. And the topics explored in the book are on such […]

[Read more →]

Tags: Book Reviews · Game Design

Filling in the details : RPG Writing Part I

February 4th, 2007 · No Comments

When I was in High School a couple of friends and I set out to create a short film. We had some pretty cool high level ideas and some neat visual gags. We had good concept art and a basic plot outline etc.. but when it came time to constructing the actual script and in […]

[Read more →]

Tags: Game Design

Why I’m choosing 2D

January 12th, 2007 · No Comments

The other day I was asked why I had decided to make a 2d RPG and not a 3d one. Because for some reason most hardcore players think that 3d is somehow inherently superior - It is an additional dimension after all…
Note: This hasn’t go anything to do with the tired old argument of […]

[Read more →]

Tags: Game Design