This personal repo is a kata to play with PHP step by step where I try to make a game in console, it also will run in web so I will try to make ports and apply tests and SOLID principles.
- Golang(jpastorm): https://github.com/jpastorm/go-game
-
๐ Build the app
make build
-
โก Run the app in console
make run
-
๐ Get Makefile help description
make help
-
๐งช Run tests
make test
-
๐ Check PHP style code standards
make check
-
๐ค Apply code style standards automatically
make lint