A basic implementation of a memoarrr game into c++ to showcase our c++ knowledge
Clone the GitHub repo and run the following commands if you have GCC installed:
g++ -std=c++11 -D TEST_BOARD_ *.cpp && ./a.out
Clone the GitHub repo and navigate to the root directy from your terminal and run the following commands:
docker image build -t memoar .
docker run -it --rm --name mymemoar memoar