Skip to content

Hannemit/PythonFun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonFun

This repository contains some fun python projects. Currently there is:

HanneSnake, a snake game written in python using curses (currently not working)

screenshot_snake

screenshot2_snake

The goal of HanneSnake is to eat 40 units of food without letting the snake die. Units of food are represented by greater-than-or-equal signs. The number of food units consumed is shown in the upper left corner. Throughout the game, motivational statements are shown to encourage the player to continue playing!

The snake can die in two ways:

  1. it hits the border of the terminal
  2. it hits a less-than-or-equal sign.

The game seems easy enough, but be aware, the snake increases its speed throughout the game, and more and more less-than-or-equal signs pop up. The game can be played at three different difficulties: medium, hard and very hard.

Pydantic, examples of enforcing types

About

Some fun python projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors