Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewdeanmartin/isopod_cob
Trivial text adventure game to make a basic gnucobol build script
https://github.com/matthewdeanmartin/isopod_cob
Last synced: about 24 hours ago
JSON representation
Trivial text adventure game to make a basic gnucobol build script
- Host: GitHub
- URL: https://github.com/matthewdeanmartin/isopod_cob
- Owner: matthewdeanmartin
- License: mit
- Created: 2024-08-28T18:46:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T21:24:19.000Z (4 months ago)
- Last Synced: 2024-08-28T22:44:45.803Z (4 months ago)
- Language: COBOL
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isopod_cob
Trivial text adventure game to make a basic gnucobol build script## Basics
- Install [GnuCOBOL binaries](https://www.arnoldtrembley.com/GnuCOBOL.htm)
- Unit Tests: https://github.com/OlegKunitsyn/gcblunit/
- Docs:
- npm install -g coboldoc
- Compile
- `compile_cob.sh`
- Execute
- `./isopod_cob.exe`## TODO
- Find a linter? Only compiler warnings?
- Unit test library doesn't detect tests, sample unit test fails
- No formatter?
- Investigate cobolsharp (Fails to install on python 3.12)
- cobol packaging?## Other implementations
I did this for these languages:Quirky:
- [Bash](https://github.com/matthewdeanmartin/isopod_shell)
- [COBOL](https://github.com/matthewdeanmartin/isopod_cob)Native:
- [Go](https://github.com/matthewdeanmartin/isopod_go)
- [Rust](https://github.com/matthewdeanmartin/isopod_rust)
- [C++](https://github.com/matthewdeanmartin/isopod_cpp)Dynamic:
- [Ruby](https://github.com/matthewdeanmartin/isopod_ruby)Web/Frontend:
- [Vanilla JS](https://github.com/matthewdeanmartin/isopod_js)
- [Angular](https://github.com/matthewdeanmartin/isopod_angular)