Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some enhancements #2

Open
eugeniodilo opened this issue Jul 28, 2021 · 1 comment
Open

Some enhancements #2

eugeniodilo opened this issue Jul 28, 2021 · 1 comment

Comments

@eugeniodilo
Copy link

Hi
I found your program ... very nice !
I added some changes and sent you the new cobol source that can be compiled with GnuCOBOL.
It calls a GC01BOX utitlity ... you can find the COBOL and COPY source at
https://sourceforge.net/p/gnucobol/contrib/HEAD/tree/trunk/tools/TUI-TOOLS/

@GitMensch
Copy link

See https://github.com/eugeniodilo/snek/blob/patch-1/snake.cbl for the changes.

Note @eugeniodilo: if the box program is not available at the first call it is unreasonable to call it again (so maybe add a variable to check).
Maybe have that completely optional and "draw" with plain single ascii characters in a small section which you PERFORM and DISPLAY AT for the boxes (then you'd also have to replace the COPY statement with the content) - or always do this to not introduce any dependency?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants