Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
/ Angry-Tanks Public archive

A tank shooting multiplayer hardware video game presented as my microprocessor project.

Notifications You must be signed in to change notification settings

ahodieb/Angry-Tanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Angry Tanks

A tank shooting multiplayer video game presented as my microprocessor project. I published the game's source code so anyone can use it.

Developing Notes:

  • The main game file is 'Game.c' it has all the necessary code , the rest of files is generated / needed by the MicroC compiler. so if u just need to look at the code and logic around the game just look at this single file.

  • The projectile model was approximated to a linear model for easier calculation on the controller. [curves have become triangles and no gravity equations were put into consideration]

Software Used:

  • MikroC Pro http://www.mikroe.com/mikroc/pic/ [ there is a free version but i needed to use the builtin GLCD Libraries beacause i didnt have enough time for my project. ]
  • Sadly the OS used is Windows cuz the burner i got doesn't support linux at least when i was developing this project.

Hardware Used:

  • A GLCD (graphical LCD) 128 x 64.

  • PIC Microcontroller (PIC 16F877A).

  • 4 push buttons.

  • a bunch of LEDs , Wires, Resistances and stuff.

  • The basic hardware implementation is included in a pdf file.

Documentation:

i planned to have a full documentation for this project but i didn't have enough time and didn't feel that anyone will ever need it . but if u really want to use this project to help u somehow you can email me or contact me by any way and i'll be glad to help u as much as i can.

Online Showcase:

Youtube Video : http://www.youtube.com/watch?v=dvQp5y3ypOE

Photos of the project : http://www.flickr.com/photos/61552513@N02/sets/72157626900567375/

About

A tank shooting multiplayer hardware video game presented as my microprocessor project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published