diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..131030a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing +When contributing to this repository, please first discuss the change you wish to make via an existing or a new issue. + +Please note we do add features on the engine ONLY if it is needed in an existing game project. + +## Pull Request Process +Pull request are more than welcome. A pull request must be linked to an issue, even if it's a bug fix. Once validated, the pull request will be squashed and only one commit will be added to the main branch. This squash commit will follow the angular convention. +If you made multiple commits, your messages history will be conserved in the message detail. \ No newline at end of file diff --git a/assets/tetris/blocs.png b/assets/tetris/blocs.png new file mode 100644 index 0000000..6b852b1 Binary files /dev/null and b/assets/tetris/blocs.png differ diff --git a/assets/tetris/font.png b/assets/tetris/font.png new file mode 100644 index 0000000..b79303f Binary files /dev/null and b/assets/tetris/font.png differ diff --git a/assets/tetris/ui.png b/assets/tetris/ui.png new file mode 100644 index 0000000..f8db86d Binary files /dev/null and b/assets/tetris/ui.png differ