All of the relevant files are located in files/
- Add all the files in
files/
to the working project. - Set
Tank_Trouble.TL.sv
as the toplevel file. - Complie code.
- Open eclipse and create a new project with a BSP. Add all the files in the
file/software
into the project. - Go back to quartus to program the FPGA via programmer.
- In eclipse generate the BSP, build the project, and then run it on the FPGA.
During the actual game there will be two tanks on the screen, red and green. Red is controlled by AWSD and green is controlled with the arrows.
To shoot red's gun is Q and greens is enter. The goal of the game is to shoot the opposing tank 3 times to win, be careful though, bullets will bounce off
walls and the ones you shoot could hit you too.