Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 526 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 526 Bytes

penalty_shootout

A simple football-penalty shootout game.

I had made this game as an academic project in class 12.

This software was written in Turbo C++. The code uses the gotoxy(x, y) function to move the print cursor across the screen. The gotoxy(x, y) fucntion works only in 32 bit architechtures. Also, the included header files are not available for newer (after Turbo C++) compilers of C++.

I will try to find an alternative for gotoxy(x, y). Maybe you can help me with it. :)