• Welcome to the Speedsolving.com, home of the web's largest puzzle community!
    You are currently viewing our forum as a guest which gives you limited access to join discussions and access our other features.

    Registration is fast, simple and absolutely free so please, join our community of 40,000+ people from around the world today!

    If you are already a member, simply login to hide this message and begin participating in the community!

Ordo -- Puzzle Game

Joined
Aug 12, 2013
Messages
6,008
Location
Brazil
SS Competition Results
YouTube
Visit Channel

Guys please try this game out.

It was generated entirely by ChatGPT.

Prompt I used:

Create a puzzle with the following characteristics:

- It must use HTML + CSS + JS.

- It should be a "minimalist puzzle".

- It should be inspired by SIMPLE puzzle games like Tetris, Mahjong, 15 Puzzle (sliding puzzle), Puyo Puyo, among others.

- When I say "minimalist puzzle", I mean it should have simple rules and mechanics (not necessarily a specific mechanic) and use basic shapes for the game elements.

You can use any mechanics you like. Invent a game that does NOT EXIST and that is NOT INSPIRED by the games I mentioned!
 
I like it. it's like lights out except mod4 instead of mod2
You can also solve the thing in one go for a nxn board with a n^2 x n^2 adjacency matrix. It's very large and sparse so the usual row reduction would take O(n^6) I believe. Actually idk if it works mod 4 because Gaussian reduction relies on having inverses, which always exist mod p.
Like what @jaap said you could solve it for two mod 2 cases as Z2 x Z2 and combine the results. (Not sure if it's the same as Z4)
 
Last edited:
Back
Top