Skip to content

Very simple implementation of the Lights Out game for PewPew 10.2 in Python.

License

Notifications You must be signed in to change notification settings

BjoernSchilberg/pewpew-lightsout

Repository files navigation

pewpew-lightsout

pewmulator lightsout

Very simple implementation of the Lights Out game for PewPew 10.2 in Python.

The goal of the puzzle is to switch all the lights off, preferably in as few button presses (use button X) as possible.

Important note when using VS Code for developing

IntelliSense and Jedi only working partially probably because of pygame import handling. See:

Play in pewmulator

pewmulator is an emulator for running PewPew games on desktop computers.

Just put pew.py from https://github.com/pewpew-game/pew-pygame next to lightsout.py and then run:

python3 lightsout.py

Logging in pewmulator

import logging
logging.basicConfig(format='%(asctime)s - %(message)s', level=logging.DEBUG)
logging.debug("x: %s",x)
logging.debug("y: %s",y)

About

Very simple implementation of the Lights Out game for PewPew 10.2 in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages