Playing and controlling Atari 2600 Missile command game using your hands as motion controls

Any 8bit repairs, images, cool things, upgrades etc.
Post Reply
feitgemel
Posts: 10
Joined: Wed Sep 29, 2021 2:31 pm

Playing and controlling Atari 2600 Missile command game using your hands as motion controls

Post by feitgemel »

Hi,

This is a cool project of controlling Atari 2600 Missile command using your hands and fingers as motion controls
The hands “creates” a virtual joystick on air that can impact the movement and the shooting of the player.





The project is based on Python, OpenCV , and Mediapipe

The goal of the project was to create a functionality that replaces the traditional Atari 2600 joystick with our hands and fingers position using a camera .
The code estimate the position of each hands , and calculate the X,Y axis to simulate directions and shooting, That transforms it to an action.

The project also combines : pose estimation of the hands and fingers gesture, capturing the game image and sound , and merge it into a new window as one visual game (keeping the original sound).

I added a link for the code in the video description, so you can download and enjoy it.

Enjoy
Eran
Post Reply

Return to “8 BIT CORNER”