/php-kata-game

This is just a repo where I practice php

Primary LanguagePHP

PHP kata game

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.

Another similar projects:

commands

  • ๐Ÿ— 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