Skip to content

cdm233/Tank-Battalion-Game-FPGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Tank-Battalion-Game-FPGA

This is a Tank Battalion game that runs on a DE1-Soc FPGA board written purely in C.

This game is a pvp game where two players battle on a maze like map. The first player to empty the other's HP wins.

This game can be run either on the actual board or on https://cpulator.01xz.net/?sys=arm-de1soc image

Game Physics Engine

The game includes a simple physics engine that's written by me. The physics engine handles all game object collision, movement, and rendering. It prevents bullets and players from going through a wall or bullets goes through a player without doing damage.

Game Screen Shot

Game running: image

Game paused: image

Player 2 won: image

Reference

The game graphics is create by Iris Zuo, which includes the tank, wall, and text that appears on screen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages