|
1 year ago | |
---|---|---|
app | 1 year ago | |
bin | 1 year ago | |
config | 1 year ago | |
db | 1 year ago | |
lib | 1 year ago | |
log | 1 year ago | |
public | 1 year ago | |
storage | 1 year ago | |
test | 1 year ago | |
tmp | 1 year ago | |
vendor | 1 year ago | |
.browserslistrc | 1 year ago | |
.gitignore | 1 year ago | |
.rbenv-gemsets | 1 year ago | |
.rubocop.yml | 1 year ago | |
.ruby-version | 1 year ago | |
Gemfile | 1 year ago | |
Gemfile.lock | 1 year ago | |
README.md | 1 year ago | |
Rakefile | 1 year ago | |
babel.config.js | 1 year ago | |
config.ru | 1 year ago | |
models.txt | 1 year ago | |
package.json | 1 year ago | |
postcss.config.js | 1 year ago | |
yarn.lock | 1 year ago |
Graphics are for peasants…
_,. _,. _,. _,.
,` -.) ,` -.) ,` -.) ,` -.)
( _/-\\-._ ( _/-\\-._ ( _/-\\-._ ( _/-\\-._
/,|`--._,-^| , /,|`--._,-^| , /,|`--._,-^| , /,|`--._,-^| ,
\_| |`-._/|| ,'| \_| |`-._/|| ,'| \_| |`-._/|| ,'| \_| |`-._/|| ,'|
| `-, / | / / | `-, / | / / | `-, / | / / | `-, / | / /
| || | / / | || | / / | || | / / | || | / /
`r-._||/ __ / / `r-._||/ __ / / `r-._||/ __ / / `r-._||/ __ / /
__,-<_ )`-/ `./ / __,-<_ )`-/ `./ / __,-<_ )`-/ `./ / __,-<_ )`-/ `./ /
' \ `---' \ / / ' \ `---' \ / / ' \ `---' \ / / ' \ `---' \ / /
| |./ / | |./ / | |./ / | |./ /
/ // / / // / / // / / // /
\_/' \ |/ / \_/' \ |/ / \_/' \ |/ / \_/' \ |/ /
| | _,^-'/ / | | _,^-'/ / | | _,^-'/ / | | _,^-'/ /
| , `` (\/ /_ | , `` (\/ /_ | , `` (\/ /_ | , `` (\/ /_
\,.->._ \X-=/^ \,.->._ \X-=/^ \,.->._ \X-=/^ \,.->._ \X-=/^
( / `-._//^` ( / `-._//^` ( / `-._//^` ( / `-._//^`
`Y-.____(__} `Y-.____(__} `Y-.____(__} `Y-.____(__}
| {__) | {__) | {__) | {__)
() () () ()
source: https://www.asciiart.eu/people/occupations/knights
This is a web-based game that attempts to capture some of the nostalgia from the old text-based adventure games (e.g. Zork).
Most of these old games pitted you against a text interpreter and the cunning mind of the game designer! Super Text Adventure replaces the latter with a real person.
Essentially it’s a glorified chat app, but the idea is to provide the dynamic nature of a DnD session with the graphical limitations of a text-based adventure.
This is a Rails app that utilizes ActionCable and ViewComponents. Please enjoy.