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

Games in the terminal

Results 7 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...