Venom8y Video Game CSE 378 Final Project Bart Pietrasik Can Kulduk Kevin Van Sickle.

Slides:



Advertisements
Similar presentations
1 COMP541 Video Monitors Montek Singh Oct 1, 2014.
Advertisements

Group 5 Timothy Foard, EE Adam Heeren, CpE Sommer Marsh, EE Brian Zei, EE.
Panasonic EVE-KC2F2024B 24 pulses per revolution 6mm diameter flattened output shaft output type: quadrature (incremental) minimum life: 15,000 rotations.
Do Now:.
Rotations Section 9.4.
Translations I can: Vocabulary: Define and identify translations.
12.6 Rotations and Symmetry Rotation- a transformation in which a figure is turned around a point Center of rotation- the point the figure is rotated around.
SET 19 PROGRAMMING THE MOUSE. Mouse Features All mouse operations within a program are performed by standard INT 33H functions of the form: MOV AX, function.
Monochrome Television Block Diagram
Display Technology  Images stolen from various locations on the web...
DRUG & ALCOHOL AWARENESS The Board Game. Rules: Each player has a stack of blue and green cards. If they land on a PINK or GREEN square they must read.
David Musard - Swiss Basketball FIBA National Instructor
SOURCE 2006 Presentation by Luke Arntson Game Programming Optimization.
2.4: Rotations.
Owais Ibrahim Akram Mohsin Murad. ONE OF THE BASIC ATTARI GAMES. THE PONG GAME CONSISTS OF A BALL RANDOMLY BOUNCING ON THE SCREEN. A PADDLE AT THE BASE.
Welcome to Computing Presentation slides modified by M. A. Papalaskari from “Java Software Solutions Foundations of Program Design (3 rd ed.)” by John.
ECE 448: Lab 6 VGA Display (mini chess game). Video Graphic Array (VGA) Resolution: 640x480 Display: 16 colors (4 bits), 256 colors (8 bits) Refresh Rate:
Introduction to Experiment 5 VGA Signal Generator ECE 448 Spring 2009.
EE4OI4 Engineering Design UP1core Library Functions.
Addison Wesley is an imprint of © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 7 The Game Loop and Animation Starting Out with Games & Graphics.
Introduction to VGA 數位電路實驗 TA: 吳柏辰 Author: Trumen.
Lab 8 Bit-Mapped Graphics Moving from text-based graphics to bit- mapped graphics. Easy to draw graphic points and lines using INT 10h, Function 0Ch (write.
1 BACK ROW ATTACKS Version MAR 11 Created by Tom Craig.
COMP541 Video Monitors Montek Singh Oct 2, 2015.
Rotations. Graph the following coordinates, then connect the dots (2, 1) (4,1) (2, 5) X y Rotate the triangle 90° clockwise about the origin and graph.
ECE FPGA Microprocessor Design Erik Lee, Edward Jones, Emily Kan.
W2D1. HSV colour model Source: Primary colours Red Green Blue Secondary Cyan Magenta.
ECE 448: Lab 4 VGA Display. Bouncing Ball.. Organization and Grading.
The Northern Lights: Demonstrations. Programmability Overview A major aspect of our project is programmability- it is an interactive display medium, the.
ECE VHDL Microprocessor Design Final Student Project August 14 th, 2012 Emily Kan Erik Lee Edward Jones.
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
ECE 448: Lab 5 VGA Display. Breaking-Bricks..
A 3-D Rendering System Final Project Ben Hebert & Mayur Desai Spring 2005.
Rotation Around a Point. A Rotation is… A rotation is a transformation that turns a figure around a fixed point called the center of rotation. A rotation.
Rotations on the Coordinate Plane. Horizontal- left and right.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
MATLAB Lab Simulating Billiard Game Modify hitball.m and myball.m to simulate 3-cushion billiard game. Rules: –two players –three balls.
ECE 448: Lab 4 VGA Display Snake Game. Flexibility in the Second Part of the Semester Lab 4: VGA display (2 weeks) – 8 points Lab 5: Computer Graphics.
1 COMP541 Video Monitors Montek Singh Mar 11, 2016.
REVIEW OF MAPPING RULES
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
COMP541 Video Monitors Montek Singh Oct 7, 2016.
Computer Graphics Lecture 1 Introduction to Computer Graphics
COMP541 Video Monitors Montek Singh Sep 15, 2017.
COMP541 Video Monitors Montek Singh Feb 20, 2015.
BMtron Game Description.
Presentation on topics is Output Device
11.4 Rotations 1/12/17.
1. Encode binary value using PCM
BACK ROW BLOCKS Version 5 Sep 14, 2015.
EEL 3705 / 3705L Digital Logic Design
Chapter 14 JavaFX Basics Dr. Clincy - Lecture.
VGA INTERFACE Ly Le Department of Electrical Engineering
A movement of a figure in a plane.
A movement of a figure in a plane.
A movement of a figure in a plane.
A movement of a figure in a plane.
How Are These Two Images Different?
Introduction to VGA Digital Circuit Lab TA: Po-Chen Wu.
Rotations on the Coordinate Plane
SWITCHING.
COMS 161 Introduction to Computing
COMP541 Video Monitors Montek Singh Feb 6, 2019.
What Color is it?.
How can you tell if an object is reflected?
Unit 1 Transformations in the Coordinate Plane
Unit 1 Transformations in the Coordinate Plane
Color Box Button - Gray Type : object Type : object Type : object
Rotations Day 120 Learning Target:
Presentation transcript:

Venom8y Video Game CSE 378 Final Project Bart Pietrasik Can Kulduk Kevin Van Sickle

Rules of Venom8y -Two player using two custom made controllers Red Spider and Blue Scorpion -Using Green Venom you can eliminate your opponent by touching them -The Spider and Scorpion are surrounded by Green Poisson Frame,upon contact with the frame you will die -You have forward movement using red button and two black buttons –the top one for clockwise and the button one for counterclockwise rotation -The player eliminated by contact with Green Venom or Green Frame dies and starts at the starting position and the other player continue…

Graphic2 scanVGA -RGB signals -10 MHZ Clock -Provides timing for Horizontal & Vertical Synch Hit_Reg -Tells The W8Y that hit occurs -collision between Blue-Green (1 st Bit) and Red – Green (2 nd Bit) The W8Y Microcontroller - Designed in Lab 9 Modified for Venom8y Coordinate Registers -angle registers Modifications Coordinate Registers - The X and Y coordinate registers Angle Decoders -Output the direction increment or decrement according to the angle STAT_Registers -Sets the images to alive or dead

Hit_Register OR-gate is used to Latch the possibility for both players getting hit Input from Graphic2 The W8Y controller is used to know if one of the players is hit or not

Graphic2 Spider and Scorpion X & Y position coordinates Outputs if collision occurs between player color and green Red, Green, Blue signals Output to monitor Horizontal and Vertical Synch. Output to monitor 10 MHz clock Spider and Scorpion Status and Angle

WHYP

Flowchart

Any Questions !!! Have a Nice Holidays and Happy New Year