Git Product home page Git Product logo

datastructuredesign_pythonmaze's Introduction

DataStructureDesign_PythonMaze

大二数据结构课设 11. 迷宫问题-2

程序开始运行时显示一个迷宫地图,迷宫**有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。

要求:

(1)老鼠形象可辨认,可用键盘操纵老鼠上下左右移动;

(2)迷宫的墙足够结实,老鼠不能穿墙而过;

(3)正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败;

(4)添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙;

(5)找出走出迷宫的所有路径,以及最短路径;

利用序列化功能实现迷宫地图文件的存盘和读出等功能。

使用python+pygame实现

datastructuredesign_pythonmaze's People

Contributors

intersona avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.