Well I haven't given up on my Atari 2600 pixel art guide I just needed a break from it so I decided to try one for the Intellivision since its much more straight forward from an artists perspective and the INTV could use some new games if anyone is inclined to propose a mockup.

The screen resolution is 160X192 but since the scanlines are doubled its 160X96 in practice. If you want to use any double tall resolution graphics you'll have to use a 320X192 canvas instead.

Yeah its pretty tight as resolutions go but I think many lo-fi artists could have fun here.

I guess your best references at this point in time would be the Atari Lynx, Game Boy Color, Game Gear, or any of the other portable with low resolution screens. This should help with understanding on how to get the most of layout designs with so little resolution.
Other close cousins to Intellivision would include the SG-1000, TI-99/4A, Colecovision, ZX Spectrum, really any platform with 1-bit color sprites & tiles. I try to find similar platforms whenever possible which gets harder the further back you go since hardware costs were tight back then that you really see a splintering to a myriad of seemingly bizarre setups compared to the tilemapping we know and love that became a standard (EG. 2600 & Apple II, quite unique to say the least.).

There is scrolling for both the X & Y axis so this will help with the tight constraints of the screen resolution.
The graphics are split into 2 distinct groups of GROM & GRAM. GROM is a 214 character table that includes a font and many common tiles used in most games. Why 214 instead of 256? Well space was skimmed off for the EXEC ROM, those noise tiles are actually funny enough program code. Apparently B-17 Bomber ran out of sprite space and used those noise tiles of program code for explosion sprites. Regardless GROM is pre-programmed on an EPROM within the console so it can not be altered.
Here's the GROM table. If you've seen an INTV game you've seen these characters.

Just a partial glance you can see all the usual bordering tiles used to form level graphics like corners,straights, diagonals. You have basic control over the GROM characters to make them either game sprites(opaque & alpha) or background tiles(2 colors opaque).
I should give you the hexidecimal map for the GROM.

The noise or program code tiles aren't listed here, I can't say for sure if they are stable in pattern.
And the GRAM. Sorry I had this all wrong initially.


The GRAM is 64 individual 8X8 or 8X16 sprites or "cards" meaning all animation isn't confined to a single 64X64 image page which is great since that would have been seriously hard to deal with. So the number of cards used total is the true limit while animation per card is a secondary lesser concern, this means in the case of sprite rotation states each rotation equals an individual card per visible state on screen rather than each state belonging to a single image file. While you can mirror a GRAM or GROM card as a foreground sprite a background can't thus the L,R,U,D instances of the same tiles in the GROM.
For another example in a platform game the main player sprite could be confined to 1 or 2 cards depending on size since its animation is confined to a single visible entity while enemy sprites can and will differ in animation even with copies of the same sprite, therefore each animation seen equals an individual card so differing animations can be seen at the same time.
The GRAM card Foreground Background system has its limitations but it seems like an elegant solution for the time period with both sprites and tiles getting a crack at those 64 cards plus animation can increase or decrease per card at multiple frame rates rather than image page divisions among multiple characters.
The INTV is fairly capable for animation for its time as the infamous "running man" had a whopping 7 frames in his cycle so unless you're doing Prince of Persia or Street Fighter 3 I think moderate animation frame limits should work.


Best sprite I could find which has a 2600 Waterworld guy behind him, not a lot of vintage sprites to find I'm afraid.
Here was my initial inquiry into INTV performance, a treatment of Gauntlet.

A pretty savy programmer DZ-Jay gave me some INTV info but what surprised me most was that he questioned my plans to use the GROM characters so much as my Gauntlet spec plan barely used any GRAM, in my defense I didn't realize the GRAM was 64 individual sprite files so I had taken an extreme approach at saving what little image space I thought I had( The now defunct 64X64 sheet, again sorry.).
Still that inquiry really opened my eyes on what the INTV can do as layering and double resolution sprites didn't seem like such an extreme expense anymore. So while I can still recommend using the GROM characters whenever possible the use of GRAM for background tiles isn't as restrictive as I thought.
Back to Gauntlet, some things in my plan sounded possible primarily the use of background cycling to create the monster bunching which I gleaned from the Nes port on how to produce so many monsters with so little sprites. I truncated the HUD to a smaller trimmer layout, I had tried the full original density but it was too big and dominant to the main game space. I might stick with the Bird's Eye perspective to keep the number of rotation states minimal if it can aid in layering in more colors but if it doesn't I may change to a Top Down perspective for increased visual depth.
Actually congrats to DZ-Jay's homebrew, its out of testing so its practically done and I guess carts will be produced soon.
http://www.techunlimited.net/xmas_carol/story.xhtmlHere's some teaser trailers for Christmas Carol.
http://www.atariage.com/forums/topic/196380-christmas-carol-teaser-1/http://www.atariage.com/forums/topic/196562-christmas-carol-teaser-2/http://www.atariage.com/forums/topic/196869-christmas-carol-teaser-3/Here is the 16 color palette of which all can be used at once on screen. The friendly person who directed me to this RGB bitmap said flatout that it was not accurate, N(ever)T(he)S(ame)C(olor) analog strikes again.

Still there is only 16 colors that even if they are off we're not talking fine gradients here since the color palette is saturated and mostly split into primary colors.

Its close enough you can make most of the broad assumptions everyone does when looking at a color palette. As you can see it includes the usual suspects of primary colors, B&W, Medium Grey, some Fleshy earth tones, and 2 Magentas since the real world is full of magenta.


Despite layering costs I thought I'd put the palette through its paces. Some gradients have good contrast others not so much. Black works as a "go to" color for shadows but in some ways you're better off going for a hue approximation with brighter and darker shades of differing color. Overall a very saturated palette not unlike a Crayon box that does a decent job of covering most basic game settings and character sprite color needs.
I think anyone familiar with ZX Spectrum pixel art will likely be pro-efficient at drawing anything for the Intellivision as the same 2 colors per block rule applies. Other connections lay in ANSI style art as well since level construction especially games that involve a series or art slides(Adventure genre) built with blocks graphics aids in the compression of the game overall. Also if you've done the work of layering NES sprites to exceed 3 colors you're more than ready to try 2 or 3 color Intellivision sprites.
There are some palette restrictions, I haven't been able to wrap my head around it yet but I don't want to misinform so here's some info.
http://wiki.intellivision.us/index.php?title=STIC#Moveable_Objects
Sprites are in 1bit color so opaque and alpha.
-Sprites can be 8X8 or 8X16 individually or stuck together to make larger sprites.
-The default is 8 sprites or MOBs per screen. Fun Fact: Marketing forbid multiplexing of sprites on the INTV initially because it caused flicker, this didn't last fortunately and games like Space Armada, Star Strike, and Tron Solar Sailer broke this rule.
-Because of hardware limitations the only way to increase the number of colors in a game sprite is to layer sprites which is easy to do. The main drawback of this is the expense in cards and MOBs.
-Stretching: Horizontal (1× or 2×) and vertical (1×, 2×, 4× or 8×)
-Something unique to GRAM is that you can draw sprites double tall and use the 192 scanlines the GROM is incapable of using. The cost of this is 2 cards per 8X8 block as one double tall card will only cover an 8X4 dimension onscreen.
-Mirroring: Horizontal and vertical
The Atari 2600 has the Harmony Cart and the Intellivision has the Cuttle Cart 3.
http://www.schells.com/cc3.shtml They both represent the easy way to develop homebrew since you can revise the game ROM with updates without burning through actual cart ROMs. Anyway nothing new here as there is the EverDrive among other commercially available flash carts.
Also found something called a Intellicart which actually does incorporate bank switching for more expansive games, it appears to be made by the same guy Chad Schell.
http://wiki.intellivision.us/index.php?title=IntellicartHere's a modern homebrew called DK2 Arcade that Elektronite is making.
http://www.elektronite.com/d2k.htm
http://www.youtube.com/watch?v=-N1b7R4s6G0&feature=player_embedded#!
I know the INTV controller is less than comfortable but we're starting from scratch here so why not turn the controller on its side, man that feels good.


It won't help existing INTV games but any homebrew can just flip the inputs around EG. Up=Right or Fire1=Start & Fire2=Select, etc. .
I posted the subject and got mostly positive feedback as well as some tips for operating the INTV more comfortably in its vertical position.
http://www.atariage.com/forums/topic/196230-intv-controller-sideways/Yeah the button symbols don't line up but we could just cover that with an overlay graphic designed for horizontal orientation instead of vertical.


Other than a few non common screen modes I'll add here when I can understand them and discussing color techniques I think that covers it. I just started delving into this hardware so I'm not sure how much is left to say. Anyway if you appreciate video gaming roots perhaps you'll give this restriction limit a try.
