Coder Social home page Coder Social logo

lightsoffsolver's Introduction

Abstract

The program solves the puzzle Lights Off. It is a puzzle game, where the objective is to turn off all of the tiles on the board. Each click toggles the state of the clicked tile and its non diagonal neighbors.

License

This program is free software. See http://www.gnu.org/copyleft/gpl.html the license.

Build

git clone https://github.com/doomkin/lightsoffsolver.git  
cd lightsoffsolver  
make  

Usage

./lightsoffsolver [<Switches>] [< input.txt]
<Switches>  
  -r4 : number of rows in the field of ones, square if no columns  
  -c5 : number of columns in the field of ones, square if no rows  
  -p  : create image of solution to file "lightsoff_4x5.png"  
  -a  : apply solution to field of ones  
  -i  : print info: field size, number of solutions, weight of solution, time  
  -h  : print help  

Examples

  1. 010
    111
    010
    ->
    000
    000
    000
  2. 1111
    1111
    1111
    1111
    ->
    0010
    1000
    0001
    0100
  3. 1111111111
    1111111111
    1111111111
    1111111111
    1111111111
    1111111111
    1111111111
    1111111111
    1111111111
    1111111111
    ->
    1010000101
    0100110010
    1010110101
    0001001000
    0110110110
    0110110110
    0001001000
    1010110101
    0100110010
    1010000101

lightsoffsolver's People

Contributors

doomkin 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.