Text Based Minesweeper (uses the Python curses module)

Описание к видео Text Based Minesweeper (uses the Python curses module)

This is a text based version of Minesweeper that I made using Python and the Python curses module. You can download the code here! http://code.google.com/p/minesweepercl/
The curses module is a Python wrapper for the Unix curses library, and gives you fine control over a terminal window.

Комментарии

Информация по комментариям в разработке