yeahrb / yeah

Ruby video game framework
MIT License
464 stars 26 forks source link

Text-build game #47

Closed NikitaSmall closed 9 years ago

NikitaSmall commented 9 years ago

I am newbie to yeah and I have a question: is there any way to build a console-like rogue-like game (with ASCII art, random everything etc.)? Thank you for this library)

aostrega commented 9 years ago

It is technically possible to create a roguelike with ASCII art using Yeah. It should be noted that Yeah currently does not render to a console/terminal, only to a graphical screen/canvas.

Thank you for your interest!