Here's a simple game I made today:
https://github.com/FRex/routing-gameSimply compile all the cpp files and link SFML system, window and graphics and run.
No other libraries or assets involved.
Your goal is to rotate tiles to make it so that the power reaches everywhere.Correct circuit has no loops.
The tile that supplies power is cyan tinted.
Wires with power are green and powerless ones are red.
This is a direct clone of a very very old game (pre 2000s) I used to have on my first PC ever that ran Win98 but I don't remember its name now.
Controls:
F1, F2, F3, F4, F5 - start a new game with varying difficulty,
Mouse Left Click - rotate tile under cursor,
WSAD - move the camera around,
Space - randomize all tile rotations (but not start a new game).