About Mini 2600

You can move, collide with walls, and fire a missile at the orc. Orc will randomly move on hit.

Game ROM is available for play on physical Atari 2600 hardware.

Controls:

  • Space to start / fire
  • Left/Right to move


How Mini 2600 was made:

Having a play with VCS Game Maker 

https://haroldo-ok.itch.io/vcs-game-maker

Game was created in two steps:

  1. Majority of game created in VCS Game Maker.
  2. Generated code from VCS Game Maker is then edited and manually complied into a ROM using Atari Dev Studio.

To Do:

  • Implement a win/loss condition.
  • Have the Orc face the player.
  • Figure out a way to have it work on my PAL hardware. Currently displays in black and white.


    Download

    Download
    mini 2600.bin 4 kB

    Comments

    Log in with itch.io to leave a comment.

    How did you give the player the ability to collide with walls?

    There is a built in example in VCS Game Maker. I just used that to be honest.