Skip to content

JeziL/StrataSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

StrataSolver

Description

This is a solver of the game Strata, written with Objective-C and C++.

How to use it

  1. Edit Question.txt

  2. Run the code in any IDE. If you'd like to run it in terminal, use:

    # In /StrataSolver_ObjectiveC: 
    gcc main.m Strata.m -framework Foundation -o StrataSolver
    ./StrataSolver
    
    # In /StrataSolver_CPP: 
    make
    ./StrataSolver
    

Notes:

  • Use positive integers (1, 2, 3, ..., 9) to represent different colors.

  • Use 0 if the color of a location is not appointed.

  • Make sure that your matrix in Question.txt is square.

  • You should leave no space or empty line in Question.txt.

  • The numbering method of lines and columns in the game is as follow.

About the game

About

A solver to the game Strata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages