Posted By
|
Message
|
DeadmanDines Best Article Writer
Registered 27/04/2006
Points 4758
|
1st December, 2005 at 09:22:37 -
I'm just kicking ideas around for different types of game display, but I don't currently have access to MMF to test it, so any comments and suggestions on feasability would help. I'll be able to test it in MMF at some point, but I don't have the time for the next few weeks.
The basic principle is thus:
The entire display is made up of ASCII characters (like really ancient games used to be). These are displayed in an RTF Object on the screen.
The game keeps a record (possibly in the binary object) of various different images - all built out of ascii (with a 256-colour-pallette). So you have various levels of paralax for it, and certain foreground elements that always appear in front of the player sprite, etc.
Every frame, the game has to sift through this data and draw the necessary characters onto the screen (by inserting them into the RTF object).
It may be possible to get it to do this every OTHER frame, so that it can spend an extra frame sifting through the data and loops (an ascii game like this won't need a high frame rate).
Do you think this is a bit ambitious? I've done some mockups that I'll upload at another time that show what the game would look like. Unfortunately it won't be as good if you see still images, since much of the game would only come together when you see the different ascii chars moving.
But please, share opinions. Fankoo.
191 / 9999 * 7 + 191 * 7
|
Liquid Fire
Registered 15/06/2005
Points 3
|
1st December, 2005 at 18:26:18 -
What's the purpose of using ascii characters instead of pixels? Is it just one of those 'to see if I can' things?
...
|
Radix hot for teacher
Registered 01/10/2003
Points 3139
|
1st December, 2005 at 18:49:11 -
Because it would look fucking sweet if it works?
n/a
|
Peblo Custom ratings must be 50 characters or less
Registered 05/07/2002
Points 185
|
1st December, 2005 at 18:58:17 -
Yeah it would!
"Isn't it always amazing how we characterize a person's intelligence by how closely their thinking matches ours?"
~Belgarath
|
|
|