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 … 
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. 
https://vintagecomputing.ch/?browseid=7867
Hardware
- C64 consolen basis, erinnert mehr an eine Console als an einen Computer (Sprite, Hardwarescrolling, Music).
- SID wirklich witzig
VisualDisplay
Unmöglich viele Modis: High res. Multicolor > Programmierung schwierig. Positiv: Kombinierbar
- Beschränkte 16 Farben > Schwierig etwa eigenes zu machen. 
- Strahlende Farben fehlen.
Music
- Music Coding
- SID wirklich interessante Stücke. 

Tools
- Damals Paintingprogramme? > Öfter bessere Computer genutzt wie Amiga/PC (Compiling)

Coding
- Schwierig reinzukommen, sogar schwieriger als Atari2600
- Entwicklung über Jahre
- Basic embedded .-(
- Woher kam das Wissen? Die Software? (Magazine?)
- Öfter bessere Computer genutzt wie Amiga/PC (Compiling)
Gamecoding
- Ohne Tricks (Sprite Multplexer 8 Sprites viele Spiele nicht denkbar) ähnlich wie beim Atari 2600. Tricks
Beschränkung
- Beschränkung bei Shootemups am Schwierigsten bei allen anderen Genres eher möglich mit 8 Sprite durchzukommen.

Community
- Identitätsstiftend aber warum? Einfach übers gemeinsame Spielen?
- Bis heute ungebrochen. Aber mehrheitlich Spieler? Demoszener? 

Heute
Gesamte Entwicklung auf einmal da, keine allmähliche Steigerung/Entwicklung über 10 Jahre
Selbst heute, einige Tutorials aber kein Gametemplate. Viel bis heute unterschiedliche Nutzung: Vorallem game und demoscene. 
> Anwendersoftware fast nicht dokumentiert. 
> Neue Games, demos > Anwendersoftware?
https://vintagecomputing.ch/?browseid=7638
With support for multicolor sprites and a custom chip for waveform generation, the C64 could create superior visuals and audio compared to systems without such custom hardware.
The C64 dominated the low-end computer market (except in the UK and Japan, lasting only about six months in Japan[7]) for most of the later years of the 1980s.[8] For a substantial period (1983–1986), the C64 had between 30% and 40% share of the US market and two million units sold per year,
In the UK market, the C64 faced competition from the BBC Micro, the ZX Spectrum, and later the Amstrad CPC 464.[11] but the C64 was still the second most popular computer in the UK after the ZX Spectrum.[12] The Commodore 64 failed to make any impact in Japan. The Japanese market was dominated by Japanese computers, such as the NEC PC-8801, Sharp X1, Fujitsu FM-7, and MSX.[13]
Part of the Commodore 64's success was its sale in regular retail stores instead of only electronics or computer hobbyist specialty stores.
One computer gaming executive stated that the Nintendo Entertainment System's enormous popularity – seven million sold in 1988, almost as many as the number of C64s sold in its first five years – had stopped the C64's growth. Trip Hawkins reinforced that sentiment, stating that Nintendo was "the last hurrah of the 8-bit world".[57]
 
 
https://vintagecomputing.ch/?browseid=8094
The MOS designers freely borrowed ideas that they liked—sprites from the TI machine, collision-detection techniques and character-mapped graphics from the Intellivision, and a bit map from their own VIC-20. They then packed as many of those ideas as they could into a predefined area of silicon.
designpattern
2022-07-08 11:13:22
https://vintagecomputing.ch/?browseid=4492
which designpattern where used? and why?
Ilyad (Description)
2022-08-03 13:32:28
https://vintagecomputing.ch/?browseid=5098
ILYAD is a side scrolling shoot 'em up with big sprites. You control a spaceship and your goal is to defeat all enemies. A sinister villain named Baron Arkhon has unbalanced the temporary space of the galaxy. We must destroy their bases and set the temporary equilibrium in 4 different ages (destinations):The Creation, Prehistory, Antiquity and the Middle Ages. At the end we will have to enter the fortress of Arkhon to destroy the generator of a infernal time machine. We can obtain 14 power-ups like Speed Down/Up and several types of improvements for the shot. The most effective are the triple trigger as Bustar, Doolyx, Jaxtorys, Leitun or Kyus. At the end of stages the are enormous final bosses with enormous sprites that require a lot of shots. Ilyad has a very effective soundtrack..
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.
PacMan
2022-07-08 11:33:35
https://vintagecomputing.ch/?browseid=4514
Visual: Tilebased 
Gamemechanic: Tilebase /- 
 
War Heli (Atari ST)
2022-07-08 11:36:10
https://vintagecomputing.ch/?browseid=1258
War Heli is a state of the art shoot em up game with big sprites on a computer with no hardware-scrolling! 
https://vintagecomputing.ch/?browseid=4510
Here the visuals and mechanics are tilebased. 
.
2023-03-25 11:51:38
https://vintagecomputing.ch/?browseid=7733
Während ich aus Spaß eini-
aus Versehen Kaffee in die
Amiga-Tastatur.
Die
Tasten
klemmen jetzt alle ein bißchen.
Die Sprites muß ich auf dem
C64 sowieso neu malen.
https://vintagecomputing.ch/?browseid=7905
  • Show colors
  • Show good graphics
  • show a lot of sprites!
  • hast do be somehow 3d
  • not really graphical design … 
(Intro and demoscene)
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
Weber, A. Christian
2023-02-14 09:24:41
https://vintagecomputing.ch/?browseid=1489
vs. Muscian Weber, Christian
Alexander Hahn
2022-07-08 11:09:19
https://vintagecomputing.ch/?browseid=1609
electronic media artist
Intro Insanity Fight
2022-05-19 13:22:06
https://vintagecomputing.ch/?browseid=2878
Zitat:
Vor allem der Sternenhintergrund im Intro von Insanity Fight war für damalige Verhältnisse absolut cool. Christian Weber (er hat mir dieses Wunderwerk für das Intro zur Verfügung gestellt) hat hier ein wenig gezaubert und mit den 8 Sprites welche der Amiga darstellen konnte, alle diese Sterne dargestellt. Noch heute weiss ich nicht genau wie er dies getan hat :-).
https://vintagecomputing.ch/?browseid=2924
Size (limitations)
Colors (Farbverläufe vgl.  limitations)
Texts with Effects (Sin, Cosinus etc) > Grafity
Effects 
Sprites
Rotating Objects (Like cube)
Parallax layers … 
Writing into the boarders
Music
Missing often: Creativity, technical driven 
https://vintagecomputing.ch/?browseid=4083
Very big club with 600 (?) members. There are all paying money.  A lot of people found here other persons with the same ideas and interests.
It seems that the name ist also Statement. In german spoken as KAK means shit.
Grouping
2022-07-02 08:49:18
https://vintagecomputing.ch/?browseid=4212
How people connect each other. Which places were important and why? Which media was important and why? Most of this places (Clubs, Supermarkets,  Arcades/Spielsalon, Computershops).
What happened with people from the country side?