I like to play video games, probably like you. But I prefer smaller, more minimal games. And I figured the best way to keep games minimal is to play them from the CLI!
And as a developer, that's perfect because half of my computer time is spent in a terminal.
Enjoy playing terminal games :)
This section is about installation and usage.
- Go (optional)
- Installation with Go:
go install github.com/Kaamkiya/gg@latest
- Running with Go: if you don't want to install it but still want to play
go run github.com/Kaamkiya/gg@latest
- Release binary:
- Go to the releases page
- Download the one for your platform
- Make it executable (
chmod +x ./<file>
) - Run it!
Enter the command into the terminal:
gg
Then select a game and enjoy!
All sorts of contributions are welcome!
To contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Blackjack
- A simple platforming game
- Space invaders (minimal, the invaders don't have to actually look like invaders)
- Simon
- Snake
- Solitaire
- Tetris
- Tron
- Typespeed
Distributed under the Unlicense. See Unlicense License for more information.