Skip to content

mihaimorariu/tank-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tank Action

This game was implemented by my good old friend, Andrei, back when he was a high school student. All credits go to him for creating this awesome piece of software.

My only contribution (and goal) was to make the code compile (again), in an attempt to see if I still remember how to program in Pascal.

Sadly, there are still some bugs which prevent the game from being playable. I need to take time and understand the code. If I ever have too much time to spare, I will fix them and make the game playable (again).

Dependencies

  • Free Pascal (fpc)

You can get the Free Pascal compiler with the following command:

  • Arch: sudo pacman -S fpc
  • Ubuntu: sudo apt-get install fp-compiler

Building

cd src && fpc tank.pas

Running

cd src && ./tank

Screenshots

alt text

About

Pascal-based game implemented by a friend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages