搜索资源列表
BB_FinalGame
- 用python语言实现的射击类小游戏,具有图形界面,适合入门者初学-Using python language shooter game with a graphical interface, suitable for beginners beginner
shudu
- python编写的解数独的小程序 可以迅速解出数独答案。 没有 图形 界面 主要是来练习python 用的 -Sudoku python written a small program Can quickly solve Sudoku answers. No graphical interface Mainly used to practice python
snake
- 使用Python编写的贪吃蛇小游戏,界面有点粗糙,可以运行-A Python Snake game, the interface is a little rough, you can run
russian-blocks
- 传统的俄罗斯方块游戏,界面友好,有配乐,用python书写。-The traditional Tetris game have friendly interface with sound track. written in Python.
Tetris
- 一个自己编写的俄罗斯方块小游戏,语言是python,界面库是pyQt.里面有详细的注释。-a python game for treis
2048
- 用python实现的2048游戏代码,用了安卓版2048的界面素材,和安卓版2048外观一直,可以在windows下运行-Using Python to achieve 2048 game code, use the Android version 2048 interface material, and Android version 2048 appearance has been, can run under Windows
game
- 用python实现的一个俄罗斯方块的小游戏,界面美观-With a python implementation of a tetris game, the interface is beautiful
Snake
- Python写的带简单图形界面的贪吃蛇小游戏,代码简短(Python written with simple graphical interface Snake game, the code is short, is a good material to learn Python programming!)
GobangGame
- 用python pygame写的五子棋界面(use python pygame gobanggame)
guess_number
- 一个简单的猜数字的python界面小游戏。(A simple guess the number of Python interface game.)
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。