A repository to store level solutions, tips, and miscellaneous information about the "Joy of Programming" video game!
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
As I play through the "Joy of Programming" video game I wanted a place to store my level solutions and any other tips I may want to jot down.
My solutions will not be the highest scoring solutions for each level because the game prioritizes brevity to the point where it becomes unreadable and often unreliable. While I respect most code golf solutions I just don't find them very useful. If I do another playthrough I may prioritize score but at the moment I care more about good code.
The "Joy of Programming - Software Engineering Simulator" is a game that can be found on steam. The game challenges you with a set of problems to solve using python scripting and scores you on time to completion, lines of code, memory used, and number of commands.
Distributed under the GNU General Public License v3.0. See LICENSE.txt for more information.