![]() |
|
Nice, I used to play with an Intellivision when I was a kid!
With Tommy Tallirco restarting the brand (you should look it up) this seems like something they would like to look at? Anyways never been into intellivision but this got me excited. Great work!
It manages to look nice despite being very simple. Nice job!
A great, great effort! Thank you for sharing.
We have an Ultima-inspired, Intellivision RPG in the works as well. It's a great time to develop for the platform! Your graphic specs are spot-on. There is an addtional wrinkle, and that is there are two graphic modes:
1. "Foreground-Background" which allows any of the 16 colors for background tile and foreground image, but has less GRAM shapes and only the upper-case letters from ROM, and a foreground color can only be from the first 8 of 16 in the Intellivision pallette.
2. "Color Stack" which allows 64 GRAM shapes, and all upper and lower case characters from ROM, any foreground color, but the background color can only be one of 4 colors and they are in a Stack, so if you want to have colors in the stack as black,red,blue,green and you have some blue water in an 8x8 square and want to have red fire to the right of it (tiles render from "0" in the top left to "239" in the bottom-right), you need to have something with a background of green first and then black and then you have access to red.
To see if/how the images would work on real Intellivision hardware, download a copy of IntyBASIC, which includes the IntyColor command-line tool. It will disassemble a .bmp to 8x8 tiles and write them into source code, so if you have more than 64 shapes or colors that don't behave according to Color Stack rules, etc., you'll know.
Very cool graphics, Mrmo Tarius! Awesome work!
Absolutely fantastic. Really impressed by how you were able to leverage the cabinet projection for shapes that feel so dynamic, rather than the rigid, skewed look we're accustomed to from say, tibia. And while I was at first worried that those walls were wasting a lot of tiles, they look fantastic and still allow (as you show) for some clever room templates.
Great job all around.
well done, man! i played a fair amount of intellivision as a kid, and if i recall correctly i did see blinking sprites employed from time to time. check out the game Sea Battle, i think that might have used blinking sprites for the subs, and it featured some pretty large 2 player skirmishes with multiple ships and bullet animations to boot
Masterful pixelling. Those limitations seem rather hard to deal with.
so cleannn, love this so much
edit - quick doodle after seeing yours, 8x8 is too fun
Okay, from what I've gathered, here goes (someone please correct me if I got something wrong):
160x96 "real" screen resolution, doubled vertically to 160x192 with some sort of interpolation/scanlines, and then rescaled to be shown on a 4:3 TV resolution.... somehow (?) so on an old TV screen it would look slightly stretched vertically (to an equivalent of 160x120px I think).
Screen is composed of 8x8 "cells", which can show two from a fixed palette of 16 colors (and all 16 colors can be shown on the screen at the same time), or one color and one transparency "color" if declared a sprite.
If I understand correctly, sprites can be overlaid on anything, including other sprites (which enables improvising multicolor sprites), but there can be only 8 sprites shown on the screen at the same time (not sure if you can improvise and load more with blinking sprites in and out?).
The main "thing" is the limited availability of graphic memory- you are limited to 64 8x8 custom "cards", one-bit patterns or tiles that can be shown on the screen at once (but you can define a new set of cards for every new screen it seems), and a set of ROM cards which is fixed and includes letters, numbers, punctuation, some symbols and a bunch of basic shapes. So, ROM card library, and 64 RAM custom cards (they can repeat freely, there just can't be more than 64 different cards). This severe limitation forces improvisation and creativity like nothing else I've seen as of late :D
Wow! Simple but awesome. I like roguelikes a lot, it could be a roguelike game.
You should list the Intellivision limitations/specs...so we can know if this is any good! ;)
Awesome.