Here can be found a set of a solutions for puzzles defined on https://www.codingame.com/.
Puzzles test knowledge of various methodologies and algorithms, and are dristributed in 4 difficulties. They are constructed in an interesting way so they can freely be called programming games, as CodinGame describes:
Programming games are turn-based. On each turn, you will get info from standard input (like a map, the enemies, etc.), then your code computes a strategy and writes an action to standard output (like shoot or move).
Single player puzzles. 🔗
Onboarding - Java
Power of Thor - Java
The Descent - Java
Skynet: the Chasm - Java
Temperatures - Java
Mars Lander - Level 1 - Java
🏆 Economic - Solve the 1st validation test with at least 300l of fuel remaining on "Mars Lander - Level 1" puzzle.
ASCII Art - Java
Chuck Norris - Java
Heat Detector - Java
Indiana - Level 1 - Java
Telephone Numbers - Java
Scrabble - Java
The Gift - Java
Indiana - Level 2 - Java
Super Computer - Java
Roller Coaster - Java
Genome Sequencing - Java
Surface - Java
![Puzzles](../images/small/very hard/MusicScores.jpg) Music Scores - Java
Disclaimer: Each task definition, description and image is found on CodinGame.