Skip to content

My first software which I wrote 2 years back, a football-penalty shootout game written in Turbo C++ for 32 bit architecture.

Notifications You must be signed in to change notification settings

swapnanil/penalty_shootout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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. :)

About

My first software which I wrote 2 years back, a football-penalty shootout game written in Turbo C++ for 32 bit architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages