Skip to content

A simple Higher or Lower game made using COBOL (Heck yeah thats old)

Notifications You must be signed in to change notification settings

mkarten/COBOL-Higher-or-Lower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

COBOL-Higher-or-Lower

A simple Higher or Lower game made using COBOL (Heck yeah thats old)

Features

- Higher or Lower basic functionalities
- Exit the game while playing
- Difficulty system
- Score reward based on the difficulty

Acknowledgements

Despite the fact that it's an old programing language it's still powering a lot of banking application and airline ticketing All those apps mainly runs on the IBM Mainframe or as it's called the big iron

To go further on how and why COBOL is still in use i can recommend you read these articles :

Running the game

You have two ways of running the game :

  • Use the precompiled executable in the bin folder
  • Compile the binaries yourself with the cobc COBOL compiler

-- For running the precompiled executable

simply run the .exe file in the bin folder called Higher-or-Lower.exe

Note That since it was compiled on a windows machine i dont know if the binaries are compatible with Linux or Mac system and will recommand compiling the binaries yourself

-- For compiling the binaries yourself

To compile the binaries by yourself you will firstly need one of the two :

you can use either of these to compile the .cbl file named Higher-or-Lower.cbl it will produce an executable that you will be able to run on your platform and enjoy

Have Fun 😁

Authors

About

A simple Higher or Lower game made using COBOL (Heck yeah thats old)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages