Skip to main content

A very basic minesweeper clone written in Pylons

Project description

This is a very simple (and ugly) implementation of the well known mine sweeper type game, in the Pylons framework. No extra dependencies are needed above Pylons itself, except for easy_install.

Installation

Assuming you have easy_install:

easy_install Sweepy
paster make-config Sweepy config.ini

Running Sweepy

Assuming you have permissions to run a webserver on port 80 of your local machine:

paster serve config.ini

The game is now available at http://localhost .

If not, you need to edit config.ini and change the port under the [server:main] section to a port you have permissions to use. This will usually be a port above 1024, e.g. 8000; and in that case the game is available at http://localhost:8000

Files

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Sweepy-0.1.0.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distributions

Sweepy-0.1.0-py2.6.egg (27.3 kB view hashes)

Uploaded Source

Sweepy-0.1.0-py2.5.egg (27.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page