SEARCH

https://vintagecomputing.ch/?browseid=4494
Tiling was a design pattern often used in the beginning of the gamedesign.
Reason:
  • Tilebase is simple to use. Create the tiles and just say here is TileA, titleB.
  • Tilebase save space (######) - important in the beginning
  • Tilebased could be used for creating games (Labyrinths) with Sprites in front
  • You can create very fast new levels
  • The hardware has often tilebased background support 
  • Seamless tiles create very fast interesting backgrounds and foregrounds … 
designpattern
2022-07-08 11:13:22
https://vintagecomputing.ch/?browseid=4492
which designpattern where used? and why?
Tilebased sprites
2022-07-08 11:21:02
https://vintagecomputing.ch/?browseid=4506
Of couse you could also - or you had to - create big sprites out of smaller sprites, because the sprite size was limited to 32x32 for example. 
PacMan
2022-07-08 11:33:35
https://vintagecomputing.ch/?browseid=4514
Visual: Tilebased 
Gamemechanic: Tilebase /- 
 
Fantasy Consoles
2022-05-25 23:45:26
https://vintagecomputing.ch/?browseid=650
Consoles inspired by old consoles but 100% new. They are somehow like the dream of this days. All dev. thing in one tool (graphics, sound, tiles, coding, levelediting)
https://vintagecomputing.ch/?browseid=9257
OLIVER Being a pixel guy – the tools were remarkable. We did not have devkit like the Katakis tools or something specified for creating game graphics. I used the editor that came with the Shoot ‘Em Up Construction Kit for sprites, which turned out extremely practical. The Ronny-sprite was created with an C64 editor called Mob-Profi, which provided overlayed hires and multicolour-sprites. The pictures in the intro and end sequence were pixeled in Koala Painter with a joystick, but everything else was more like hacking. I edited the charset with a font editor. The level backgrounds were tile-based maps, so a friend of mine coded one tool for combining 2×2 chars to tiles including the colour – and a second tool for assembling the levelmap like a puzzle game. As setup I had a C128 and Amiga 500 side by side. By the way – there was a TV and a monitor connected to the C128 at the same time, because of the the different video quality and I wanted to be sure that the graphics  looked right on both display types. With our modern mouse or stylus driven tools and those workflow-trimmed programs it is hard to believe that we got things done at all back in the day when we were even lacking fundamentals such as UNDO functionality. However, I have to say that you had full control over the technical specs of the graphics and as a graphic designer you started to think like a coder.
Otherwise, I hardly remember details of the project. At least for the first month, Mario and I were working alongside each other. The intro and the end sequence were finished first. Then it was very intense and determined by crunchtime, the process was sort of first-in-first-out. The progress in code was tied to incoming graphics. Markus composed the new tunes at home far away and we had some issues with the delivery. Nevertheless the whole soundtrack reached us in time and its implementation went smoothly. Still there was no free time at all. In the final weeks weeks it became a kind of competition – like, who needs the least sleep! I also remember that the editing of the levels was pretty chaotic. Three of us worked in shifts and it took much longer than planned.
Oh I almost forgot about the  communication with Virgin. That was the horror for me because I hardly spoke any English back then. David Bishop and I talked English and German mixed, which worked surprisingly well.
https://vintagecomputing.ch/?browseid=4510
Here the visuals and mechanics are tilebased. 
Fantasy-Computers
2022-04-17 22:36:48
https://vintagecomputing.ch/?browseid=638
Fantasy computers are computer that are ‘inspired’ by real computers. Means their name sound like ZX81 > Tic80 but of course they are fast, programmable with lua and in the most of the cases have all integrated: spriteeditor, tile/background-editor, soundeffects editor and music editor. So they are really the dream of an 8bit-coder* with assembler, low memory, low graphics, no tools. 
Detectable
2022-07-08 11:34:48
https://vintagecomputing.ch/?browseid=4530
Visible in the Explosions
https://vintagecomputing.ch/?browseid=9555
  • Scrolling
  • Tilebased-Background
  • Shooting
  • Enemies
  • Background with Obstacles
  • External Editor
 
Sokoban - Sokoban-clone
2024-10-12 11:11:38
https://vintagecomputing.ch/?browseid=1212
  • Tilebased
  • Too fast
  • not yet solved - TargetFields constantly