Skip to content

Halling69/human-resource-machine-solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human Resource Machine solutions

Human Resource Machine is a fun, little, dark-humoured puzzle game that either can teach you assembly from the ground up or allow you to put your existing assembly knowledge into practice in coming up with speed/size optimized solutions to increasingly hard problems.

Screenshot

Human Resource Machine is a puzzle game. In each level, your boss gives you a job. Automate it by programming your little office worker! If you succeed, you'll be promoted up to the next level for another year of work in the vast office building. Congratulations!

This repo contains working solutions, in hopes of exchanging ideas to collaboratively come up with the most size/speed optimized solutions (or simply to help those out there who are stuck). Even though the programs are created through a drag-and-drop interface within the game, copy/paste from/to the clipboard works as assembly source code seen in this repo.

The file naming convention used is:

<level>-<level name>[.size][.speed].asm

Where .size. and .speed are used as modifiers to indicate whether the solution is deemed by the game as size and speed optimized.

For example, 07-Zero-Exterminator.size.speed.asm means the solution is both size and speed optimized.

To import one of these solutions into the game:

  1. Open the file
  2. Select all
  3. Copy to clipboard
  4. Go to the game
  5. Paste from clipboard

Manifest

Level Name Size Par Speed Par Best Size Best Speed
1 Mail Room 6 6 6 6
2 Busy Mail Room 3 25 3 20 by @peterfreese
3 Copy Floor 6 6 6 6
4 Scrambler Handler 7 21 7 21
5 Coffee Time
6 Rainy Summer 6 24 6 24
7 Zero Exterminator 4 23 4 23
8 Tripler Room 6 24 6 24
9 Zero Preservation Initiative 5 25 5 21 by @peterfreese
10 Octoplier Suite 9 36 9 36
11 Sub Hallway 10 40 10 40
12 Tetracontiplier 14 56 14 56
13 Equalization Room 9 27 9 by @unframework 27 by @unframework
14 Maximization Room 10 34 10 by @unframework 31 by @cowboy
15 Employee Morale Insertion
16 Absolute Positivity 8 36 8 by @codejnki 34 by @codejnki
17 Exclusive Lounge 12 28 11 by @cowboy 28 by @spenserhale
18 Sabbatical Beach Paradise
19 Countdown 10 82 10 79 by @peterfreese
20 Multiplication Workshop 15 109 15 84 by @peterfreese
21 Zero Terminated Sum 10 72 10 by @Ferwex 68 by @cowboy
22 Fibonacci Visitor 19 156 18 by @cowboy 103 by @IllegallyBlind
23 The Littlest Number 13 75 12 by @peterfreese 71 by @peterfreese
24 Mod Module 12 57 12 55 by @cowboy
25 Cumulative Countdown 12 82 11 by @pyaehtetaung 82 by @pyaehtetaung
26 Small Divide 15 76 15 by @Ferwex 75 by @cowboy
27 Midnight Petroleum
28 Three Sort 34 78 33 by @Patrick-Jakubowski 78 by @lzelus
29 Storage Floor 5 25 5 25
30 String Storage Floor 7 203 7 203
31 String Reverse 11 122 10 by @codejnki 115 by @Ferwex
32 Inventory Report 16 393 16 377 by @cowboy
33 Where's Carol?
34 Vowel Incinerator 13 323 13 321 by @atesgoral
35 Duplicate Removal 17 167 17 by @IAmWave 162 by @ekx
36 Alphabetizer 39 109 38 by @IAmWave 107 by @IAmWave
37 Scavenger Chain 8 63 8 by @IAmWave 63 by @IAmWave
38 Digit Exploder 30 165 28 by @ekx
39 Re-Coordinator 14 76 51 by @Otto42
40 Prime Factory 28 399 25 by @IAmWave 324 by @Otto42
41 Sorting Floor 34 714 20 by @polarathene 570 by @polarathene
42 End Program. Congratulations.

Contributors

About

Human Resource Machine solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 100.0%