CodeOne45 / wordle-tui

Ruby implementation of Wordle playable in the terminal
2 stars 0 forks source link

No gem published #1

Open glenux opened 2 years ago

glenux commented 2 years ago

It would be awesome to have the app installable with a simple

gem install wordle-tui

And playable with

wordle-tui
CodeOne45 commented 2 years ago

It would be awesome to have the app installable with a simple

gem install wordle-tui

And playable with

wordle-tui

Yes I thought of that but I had a hard time understanding how it works.

glenux commented 2 years ago

To create a gem, you first need to create a wordle-tui.gemspec file.

The easiest way to create such a file is to type bundle gem wordle-tui and copy/paste generated files into your project.