cao-weiwei / SnakeGame

Two mini program, one is curses snake game, the other is pygame snake game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake_Game_Python

Two mini program, one is curses snake game, the other is pygame snake game

check my blog

for more information plese check my blog:https://cao-weiwei.github.io/posts/Build_a_Snake_Game_in_Python_Day_01/

quickstart

terminal snake game

  • The terminal snake game can be run by just type "python curses_snake.py" in terminal;

GUI snake game

  • please install pygame library by using ""pip install pygame" in terminal, then
  • type "python InitGame.py" in terminal to run it.

Demo

initial screen

play game

game over

About

Two mini program, one is curses snake game, the other is pygame snake game


Languages

Language:Python 100.0%