Skip to content

ashikov/brain-games-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published