Skip to content

Snake implemented in COBOL using ncurses

License

Notifications You must be signed in to change notification settings

jgengelhardt/snek-cobol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snek

Basic snake game written in COBOL.

Building

Installing Open COBOL

sudo apt-get install open-cobol

I used 1.1.0 while developing this.

Compiling

make

Playing

./snake

The game is on a 10x10 grid with wrap-around.

The snake starts in the top-left and moves downward.

Currently the food spawning locations will always be the same.

Controls

w/a/s/d are used to move the snake around.

q will exit the game.

About

Snake implemented in COBOL using ncurses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • COBOL 99.4%
  • Makefile 0.6%