Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcardoso/dominoes
Dominoes programming challenge
https://github.com/davidcardoso/dominoes
algorithm algorithm-challenges algorithms-datastructures dominoes forfun php
Last synced: 3 days ago
JSON representation
Dominoes programming challenge
- Host: GitHub
- URL: https://github.com/davidcardoso/dominoes
- Owner: DavidCardoso
- License: gpl-3.0
- Created: 2018-04-24T17:30:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T03:10:17.000Z (over 6 years ago)
- Last Synced: 2024-05-03T21:45:13.653Z (7 months ago)
- Topics: algorithm, algorithm-challenges, algorithms-datastructures, dominoes, forfun, php
- Language: PHP
- Homepage: https://dominoes.davidcardoso.me
- Size: 618 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DOMINOES
Dominoes programming challenge.## Requirements
- [Git](https://git-scm.com/downloads) for source code versioning
- [PHP 7.0 or higher](http://php.net/downloads.php) =D
- [Laradock](http://laradock.io) to supports the development infrastructure## Notes
- None framework was used
- No concern about MVC
- The focus is on the problem itself
- Good dev practices
- Default resources of the PHP (functions, class, data structure, etc.)
- PSR-4
- Comments
- Indentation
- Correctness, clarity, and understandability of the code## The Challenge
![Dominoes programming challenge](public/assets/images/dominoes-programming-challenge.png)