Skip to content

carloscasalar/card-guess

Repository files navigation

card-guess

GoTemplate

This game will guess any card you choose between a random set of 21 cards.

The project uses make to make your life easier. If you're not familiar with Makefiles you can take a look at this quickstart guide.

Whenever you need help regarding the available actions, just use the following command.

make help

Run

To run the game

make run

Test & lint

Run linting

make lint

Run tests

make test