The Pong Game · PONG game. 1. The Pong Game. w. s. Space = Serve. The classic Ping-Pong game also...

Post on 16-Jul-2020

12 views 0 download

transcript

PONG game 1

The Pong Game

w

s

Space = Serve

The classic Ping-Pong game also a good demonstration of a FPGA designinvolving VGA interface and Keyboard (PS2) interface as well.

PONG game 2

The PS2 interface (1)

PONG game 3

The PS2 interface (2)

PONG game 4

The Key Encoder (1)

PONG game 5

PONG game 6

The VGAcore (1)

PONG game 7

The VGAcore - Timing of the VGA

PONG game 8

PONG game 9

PONG game 10

The Digit ROM

PONG game 11

The VGA int

PONG game 12

PONG game 13

PONG game 14

PONG game 15

Game play logicThe code below will define the logic of the game. Would it be possibleto implement ”World of warcraft” this way?

PONG game 16

PONG game 17

PONG game 18