DEV Community

Cover image for Game javascript: clone BEWITCHED - Commodore VIC-20 Game 1983
Roberto
Roberto

Posted on

Game javascript: clone BEWITCHED - Commodore VIC-20 Game 1983

Find the right colour to open the doors to reach the end of the labyrinth without getting caught by the guardians.

Top comments (3)

Collapse
 
kefego2322 profile image
kefego

To clone Bewitched for the Commodore VIC-20, follow these steps:

Set Up Environment: Use the VICE emulator for testing and CBM Prg Studio or a 6502 assembler for coding.
Graphics: Design simple, 8x8 pixel sprites for characters and enemies due to VIC-20's graphic limits.
Programming: Write the game in Assembly for better performance or BASIC for simplicity. Implement basic movement, collision today popeyes detection, scoring, and simple sound effects.
Testing: Test gameplay on VICE or real VIC-20 hardware, balancing difficulty.
Export: Save as a .prg or .tap file for emulator or hardware use.
This gives a basic Bewitched clone with VIC-20 retro feel.

Collapse
 
cobey26265 profile image
cobey

To clone the game Bewitched (1983) for the Commodore VIC-20 using JavaScript, you would need to recreate the game's basic Latest Apps & Games mechanics and visuals. You can start by studying the original game’s mechanics and translating them into JavaScript functions and methods.

Collapse
 
honest_truthreviews_98d2 profile image
Honest Truth Reviews

Awesome, thanks for creating it and giving old pac man like latest games & apps experience lol

Some comments may only be visible to logged-in visitors. Sign in to view all comments.