No description
Find a file
2024-11-02 21:50:32 +01:00
gen.hpp Random sequence generator 2024-11-02 16:13:03 +01:00
main.cpp Start of learning from responses 2024-11-02 21:37:20 +01:00
README.md Initial README 2024-11-02 21:50:32 +01:00
solver.hpp Start of learning from responses 2024-11-02 21:37:20 +01:00
validate.hpp Rearrange macros 2024-11-02 18:18:52 +01:00

logik

An implementation of an ancient game of Logik - a color-sequence guessing game.

Functionality

You can specify, how long the guessed sequence is and how many colors there can be.

The game has multiple modes:

  • Player mode: Try your best to guess the random generated sequence of colors.
  • Bot mode: Try to outsmart my bot with a sequence, which he will try to guess.
  • Test mode: Watch the bot against a random sequence.