Added readme

This commit is contained in:
Marcus Penate 2022-04-19 11:46:07 -04:00
parent 76db9c8b8c
commit 204cac3174
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
### Requirements
`g++`
`libsdl2-dev`
### Compiling
`g++ *.cpp -std=c++1z -lSDL2 -lpthread -o chess`