Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewdeanmartin/isopod_go

Trivial text adventure game to make a basic go build script
https://github.com/matthewdeanmartin/isopod_go

Last synced: 18 days ago
JSON representation

Trivial text adventure game to make a basic go build script

Awesome Lists containing this project

README

        

# isopod_go
Trivial text adventure game to make a basic go build script

## Features
Does basic compile, format, lint, docs

## Build
```bash
make all
```

## Docs
```bash
make docs
```
View at [http://localhost:6060/pkg/isopod_game/game/](http://localhost:6060/pkg/isopod_game/game/)

## 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)