From dd92ac767e79db7a943ea94fc0f6459044b91efb Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 19 Nov 2020 22:37:34 +0100 Subject: [PATCH] We use curses to manage display on terminal --- docs/display/index.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/display/index.rst b/docs/display/index.rst index d7d1ca3..376466c 100644 --- a/docs/display/index.rst +++ b/docs/display/index.rst @@ -1,7 +1,14 @@ Gestion de l'affichage ====================== -Pas encore documenté. +.. _curses: https://docs.python.org/3/howto/curses.html + +L'intégralité de l'affichage du jeu est géré grâce à la bibliothèque native de +Python curses_. + + +.. warning:: + Plus de documentation à venir. .. toctree::