ashcode028 / multiplayer-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BASIC PONG game

This was my first attempt with hardware and software simulation in the first few weeks of my college.This was made as a part of my couse curriculum .I made this in the span of 5 days which gives me little self boost till date.

Features

  • single player mode- where player competes with the computer
  • multiplayer mode-2 players compete with each other
  • The movement of your palm relative to ULTRASONIC SENSORS controls the paddle on the screen.
  • Video

Working-

  • The relative distance between the palm and sensor is sent to arduino(ultrasonic sensor).
  • The arduino filters out the garbage distance(upto 95% accuracy),sends the filtered input to processing.
  • Processing is built on java platform which uses similar syntax, provides user interface for the game.

Softwares Used-

  1. Arduino
  2. Processing 3

SensorS Used-

1.1 Piezo Buzzor 1.2 Ultrasonic sensors

About


Languages

Language:Processing 77.5%Language:C++ 22.5%