Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 473 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 473 Bytes

Brain Games

5 Simple CLI Math Games

Requirements

  • Go >= 1.19
  • Make

Install

make install
# go install

Check Available Games

brain-games run --help
# ...
# Available Commands:
#   calc        Adding, subtraction or multiplication of two values
#   even        You need to answer whether a given number is even or not
# ...

Start a Specific Game

brain-games run [gamename]

Run Tests

make test