Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 782 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 782 Bytes

Python implements a simple version of greedy snake -Python实现简易版贪吃蛇

v1.0 -Realization of basic game content (controlled by key_up, key_down, key_left and key_right)

  -基本游戏内容实现(通过上下左右控制)

v1.1 -Added a scoring system

  ------增加记分系统

v1.2 -Added difficulty selection interface(Three levels)

  ------增加难度选择界面(三个等级)

v1.3 -Added game background music

  ------增加游戏背景音乐

v1.4-Recently updated --Added Ranklist(Top 5 in each level) ------最近更新-v1.4-增加排行榜(每种等级展示历史前五名)[以本地txt为database]

v1.4 -Added AI mode

  ------新增BFS自动寻路模式(可能陷入死循环,暂未解决)