Programming Videogames: Genesis Last updated:
09/23/99  

Genesis Sections

  • Accessories
  • Emulators
  • Emul. Operation Tips
  • Genedit
  • How Videogames Are Made For Genesis
  • Basic Videogame Production
    1.Concept/Fleshing
    2.View Mode
    3.Programming
    4.Alpha-Beta
    5.Production
    6.Conclusion
  • Advanced VideoGame Production
    1.The Demos
    2.Adv.Programming
    3.Adv.Production
    4.Adv.Roms
  • PC Equivelents
  • Screen Shot Comp.
  • Translations
  • Tech. Resource Info.
  • Utilities
  • And Finally...



    Console Sections

  • 32x
  • Gameboy
  • GameGear
  • Genesis
  • N64
  • Neo-Geo
  • NES
  • Playstation
  • SNES
  • Sega-CD
  • Master System
  • Turbo Graphics 16

    Feature Sections

  • Blaster Master U.G.
  • Console Necessities
  • Emulation.h(e)lp
  • EMU FAQ
  • EMULinks
  • Front Ends Central
  • Game Skins
  • Hosted Projects
  • Message Board #1
  • Ningendo
  • Rare ROMS Page
  • Sonic HeadQuarters
  • Sonic Stuff Research
  • Suggested Links
  • Translation Central
  • Mtek RPG Facility
  • V. Gaming FanFare
  • W E M U
  • Ynt Tranlators


    Go Back to Main
  • Email . .
    Ultimo
    Genesis Maintainer
    ~
    General Maintainer
    Step 3: Programming



    Wow, programming isn't first! Programming is the longest and hardest part of the Videogame Production. You have to make the game "work."(Although some JUST DID NOT :)
    First, you work on the Graphics. The Genesis itself has only 64 colors at a time and only 320x224 resolution, so Graphics can't be too difficult. But theres the hard part: Genesis has the extra featres like Scaling of the Backgrounds and Sprites. What Sprites are, hmm? Sprites are people who you can control to get "hit," "smashed," "leap," and many more. Example: In Sonic 4, there is many baddies and the Grim Reaper. All are sprites. All can be hit together, and then programmed to do whatever.
    Next comes sound. Sound, like any other thing, can be great or bad, depending on how you use it. In Sonic 4, don't expect happy music when the Grim Reaper takes you. All sounds are based on the Genesis' Sound Hardware, which is terrible. (Some games did have good sound though) (Please Look at Genesis Hardware In English if you dont know the parts.) You cant do much with it, but you CAN have fun with it :)


    Go To Step 4: Alpha-Beta
    Back to the 'Zone