Skip to content

This is a completely text-based version of the classic tank game

License

Notifications You must be signed in to change notification settings

lounsbrough/fortran-tank-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fortran-tank-game

This is a completely text-based version of the classic tank game. This was a college assignment during my freshman year.

To run this, you will need a fortran compiler: https://gcc.gnu.org/wiki/GFortran.

You can run the game with these commands:

gfortran -c Tank.f90
gfortran -o Tank Tank.o
./Tank

About

This is a completely text-based version of the classic tank game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published