No description
Find a file
2024-11-14 14:30:25 +01:00
format.cpp Implementation successfully got out of the header files 2024-11-07 22:17:35 +01:00
gen.cpp Implementation successfully got out of the header files 2024-11-07 22:17:35 +01:00
global.hpp pragma once 2024-11-07 22:19:24 +01:00
input.cpp Implementation successfully got out of the header files 2024-11-07 22:17:35 +01:00
main.cpp Input clearing 2024-11-14 14:29:28 +01:00
README.md Game didn't respond right 2024-11-03 11:55:13 +01:00
solver.cpp Solver optimizations - only repeat history learning, if something changed and game queries are now constant if repeated 2024-11-14 14:30:25 +01:00
solver.hpp Solver optimizations - only repeat history learning, if something changed and game queries are now constant if repeated 2024-11-14 14:30:25 +01:00
validate.cpp Implementation successfully got out of the header files 2024-11-07 22:17:35 +01:00

logik

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

Rules

The game consists of guessing valid color sequences. After each guess, the game tells you, how many colors were in the right place and how many are in the sequence, but not in the place you guessed them. The catch is, it doesn't tell you which is which.

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.