cli-games icon indicating copy to clipboard operation
cli-games copied to clipboard

Games in the terminal

Results 10 cli-games issues
Sort by recently updated
recently updated
newest added

i have added these 2 files and updated the README file the **games.sh** let you choose what game do you want to play by typing the number, but if the...

i have created a simple games.sh file so that you don't need to do `cd game` and exec the js/py file requirements: you need to run anyways npm install and...

I have recreated few CLI games using rust programming language. Those games are from the book called "invent your own computer games with python". The one I am proposing is...

> Creating new games > Before creating a new game, please check if it is available already, or somebody is working on creating that game. Then make sure to create...

https://github.com/salif/cli-games/issues/81

# CLI Wordle Game This PR introduces a CLI implementation of the popular word-guessing game "Wordle". The game is entirely text-based and playable in the terminal. Users have six attempts...

hacktoberfest-accepted

# CLI Wordle Game ## Description Implement a CLI-based version of the popular word-guessing game "Wordle." The game should be playable entirely in the terminal, providing players six attempts to...

Hi, I've fixed some bugs, added the rules and some features like pause and replay.

For a long time, @salif has been maintaining this project, and I want to sincerely appreciate all of his effort. It's amazing to see how much love this project has...

Hi, I’d like to suggest adding a second mini-game to the project: a Blackjack game, playable entirely from the terminal, using fake money just for fun. **Goal** Allow users to...