From 1190696da3cb2863f56e228d86349ec66c73581e Mon Sep 17 00:00:00 2001 From: Joshua Saxby <joshua.a.saxby@gmail.com> Date: Mon, 10 Feb 2020 03:10:16 +0000 Subject: [PATCH] Add note about which coding convention has been followed --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b52375..df1395d 100755 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ When game over occurs, the player's score is displayed. _The game then starts again immediately._ +## Coding Convention + +This project follows the **PEP 8 Style Guide for Python Code**, at least as much as a style guide for Python can be followed when writing C++, which is actually quite a bit! + ## License Licensed under the Mozilla Public License v2.0 (`MPL-2.0`). -- GitLab