1D game?

Started by
34 comments, last by snak_attack 17 years, 7 months ago
MSW - those games were all 2D. You might have been limited to moving in one dimension, but the game world you interacted with was definitely two dimensional
Advertisement
Quote:Original post by snak_attack
MSW - those games were all 2D. You might have been limited to moving in one dimension, but the game world you interacted with was definitely two dimensional


Thats like saying Castle Wolfenstien and DOOM were definately 3D. You are confuseing the games presentation of game state info with the core game mechanics.

At its core Solitare would be a 0D game. Its just a collection of buckets to hold cards...doesn't matter if they are all in one 1D line, or floating all about in a 3D polygonal universe. as long as each bucket retains its basic game properties, all is right in the world...Sure the GUI needs 2D info inorder for the player to move cards from one bucket to another. but the game mechanics themselves don't care about such GUI issues.

When you get right down to it Street fighter is a 1D game...it could be represented by little colored blocks with 1P and 2P designations, where hitting the buttons generateing different attacks, changes the blocks color...a brown block touching a green one would have a different effect then a orange block touching a blue one...its just easyer for players to quickly comprehend if instead of blocks, they have 2D sprites...instead of differing colors for attacks, the sprites perform animated moves. Dave Perry of Shiny Entertainment in a interview with Next Gen magazine years ago even considered Street fighter a 1D game.







Does a 1D game exist? Yeah. If you watch baseball, it's called a Pickle.
Quote:Original post by MSW
Quote:Original post by snak_attack
MSW - those games were all 2D. You might have been limited to moving in one dimension, but the game world you interacted with was definitely two dimensional


Thats like saying Castle Wolfenstien and DOOM were definately 3D. You are confuseing the games presentation of game state info with the core game mechanics.

At its core Solitare would be a 0D game. Its just a collection of buckets to hold cards...doesn't matter if they are all in one 1D line, or floating all about in a 3D polygonal universe. as long as each bucket retains its basic game properties, all is right in the world...Sure the GUI needs 2D info inorder for the player to move cards from one bucket to another. but the game mechanics themselves don't care about such GUI issues.

When you get right down to it Street fighter is a 1D game...


Well, if you're going to walk that road, Street Fighter is a 0D game. It's just a collection of buckets to hold numbers. Doesn't matter if they are all in one 1D line or floating all about in a 3D polygonal universe or represented abstractly by the positions of various color patterns on a 2D lattice of pixels.
there used to be old hand-held electronic games where you drive a car (left and right) and the road features incoming obstacles (from the top down, or some prespective for 3d illusion).

You can have the same gameplay on a 1d line-
have one long white line, where the player controls a red dot on it,
incoming obstacles would be gray stains turning darker, when they reach a black color you will collide with them, if you move left/right to avoid collision they disappear (as the obstacle is now behind you).

Basically the color replaces the y (or z) coordinate of the obstacle, and you move left/right as before.
Quote:Original post by MSW
Thats like saying Castle Wolfenstien and DOOM were definately 3D. You are confuseing the games presentation of game state info with the core game mechanics.


I don't remember wolfenstien, but yeah I'd say doom should qualify as a 3d game - based on 'core game mechanics'. If I remember correctly shots could go above or below enemies, thus game entities had an existence in the third dimension.

Regarding space invaders - is it not possible to dodge a shot? Think about how you could dodge something in a one dimensional world - it isn't possible. All you can do is outrun it. The concept of dodging requires an additional dimension orthogonal to the dimension the object being dodged is travelling in.

This topic is closed to new replies.

Advertisement