Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewdeanmartin/isopod_ruby
Trivial text adventure game to make a basic ruby build script
https://github.com/matthewdeanmartin/isopod_ruby
Last synced: 1 day ago
JSON representation
Trivial text adventure game to make a basic ruby build script
- Host: GitHub
- URL: https://github.com/matthewdeanmartin/isopod_ruby
- Owner: matthewdeanmartin
- License: mit
- Created: 2024-08-29T02:08:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:37:39.000Z (4 months ago)
- Last Synced: 2024-08-29T19:32:31.420Z (4 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isopod_ruby
Trivial text adventure game to make a basic ruby build scriptThis is a mini side project so I can learn about ruby build scripts and build tools.
## Usage
To run the game, simply run the following command in the terminal:```bash
ruby isopod.rb
```## Build script
To build the game, including format, lint, test and package:
```bash
rake
```## Credits
- ChatGPT wrote everything
- I supervised## 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)