# curses_snake **Repository Path**: AllanChain/curses_snake ## Basic Information - **Project Name**: curses_snake - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # curses_snake A snake game made in python curses. ## Introduction ### Foods |Name|Appearance|Usage/Note| |:--:|:--:|:--:| |NormalFood|Green|/| |TimeLimitedFood|Green, blinking|Ramdomly limited time| |PassFood|Yellow|Do not refill the time bar| |PauseFood|Magenta|Pase the time bar| |BonusFood|Blinking, from magenta to yellow|If it is yellow when eaten, randomly produce 10 foods;
if magenta, hide the snake for 10 blocks| ### Control Arrow keys