Category Archives: game

What’s in a Game? part II, MineCraft

In part I we introduced 5 general game play categories: Creation, Competition, Collaboration, Collecting, and Exploration (I couldn’t find a suitable synonym beginning with ‘C’). We’ll apply these to MineCraft and see how it fares in each. Note that I’ll … Continue reading

Posted in design, game | Tagged , , | Leave a comment

What’s in a Game? part I

I’ve been thinking about various ways of categorizing types of games or perhaps more specifically, types of game play within games. Exploration — Most RPGs feature exploration as a significant part of the game play although it is more important … Continue reading

Posted in design, game, thought | Tagged , , | Leave a comment

A Matter of Scale

When dealing with a voxel world the number of blocks visible at one time grows quickly as it depends on volume which grows as n^3. Looking at MineCraft again for some examples: the far distance has a view diameter of … Continue reading

Posted in design, game | Tagged , , | Leave a comment

How Fast is Fast Enough?

Something I was thinking on the way home: in real-time procedural world generation how fast do we have to be able to create the world in real-time? In a procedural and semi-infinite world like MineCraft the game only generates and … Continue reading

Posted in design, game | Tagged , , , | Leave a comment