SkillAgentSearch skills...

Gg

:space_invader: Games you can play in your terminal written in Go

Install / Use

/learn @Kaamkiya/Gg

README

<div align="center"> <h2 align="center">gg</h2> <p align="center"> games you can play in your terminal! <br/> <br/>

<a href="https://github.com/Kaamkiya/gg/issues/new">Report a bug or request a feature</a>

</p> </div>

License: Unlicense Open issue count Open pull request count Latest release Go report card

About The Project

A recording of a maze game being played, then the dodger game. A screenshot of 2048, dodger, and a maze running in separate windows.

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 :)

Built With

Getting Started

This section is about installation and usage.

Prerequisites

  • Go (optional)

Installation

  1. Installation with Go:
go install github.com/Kaamkiya/gg/cmd/gg@latest
  1. Running with Go: if you don't want to install it but still want to play
go run github.com/Kaamkiya/gg/cmd/gg@latest
  1. Release binary:
  • Go to the releases page
  • Download the one for your platform
  • Make it executable (chmod +x ./<file>)
  • Run it!

Usage

Enter the command into the terminal:

gg

Then select a game and enjoy!

Contributing

All sorts of contributions are welcome!

To contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Roadmap

  • [ ] Blackjack
  • [ ] A simple platforming game
  • [ ] Space invaders (minimal, the invaders don't have to actually look like invaders)
  • [ ] Simon
  • [ ] Solitaire
  • [ ] Tron

License

Distributed under the Unlicense. See Unlicense License for more information.

Acknowledgments

View on GitHub
GitHub Stars62
CategoryDevelopment
Updated24d ago
Forks11

Languages

Go

Security Score

100/100

Audited on Mar 14, 2026

No findings