8000 GitHub - johanatan/hrm-solutions: Human Resource Machine solutions and size/speed hacks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

johanatan/hrm-solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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:

Inside a folder called <level>-<level name>-<size par>.<speed par>, [size].[speed].asm

Where size and speed are the number of commands and steps of the solution, which is deemed by the game as size and speed optimized if they are equal to or less than the par numbers in its folder's name.

For example, 07-Zero-Exterminator-4.23/4.23.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

Top Scores

Level Name Size/Par Speed/Par
1 Mail Room 6/6 6/6
2 Busy Mail Room 3/3 20/25 by @peterfreese
3 Copy Floor 6/6 6/6
4 Scrambler Handler 7/7 18/21 by @fd1e4020
5 Coffee Time
6 Rainy Summer 6/6 20/24 by @fd1e4020
7 Zero Exterminator 4/4 13/23
8 Tripler Room 6/6 20/24
9 Zero Preservation Initiative 5/5 by @nanashi-juanto 16/25 by @Gimlao
10 Octoplier Suite 9/9 32/36
11 Sub Hallway 10/10 36/40
12 Tetracontiplier 14/14 by @nanashi-juanto 56/56 by @nanashi-juanto
13 Equalization Room 9/9 by @unframework 25/27 by @Gimlao
14 Maximization Room 10/10 by @cowboy 30/34
15 Employee Morale Insertion
16 Absolute Positivity 8/8 by @codejnki 30/36 by @Gimlao
17 Exclusive Lounge 11/12 by @cowboy 24/28 by @og01
18 Sabbatical Beach Paradise
19 Countdown 10/10 by @jlmitch5 65/82 by @Gimlao
20 Multiplication Workshop 15/15 by @skwasjer 72/109 by @mschordan
21 Zero Terminated Sum 9/10 by @albertferras 56/72 by @AaronKnowles
22 Fibonacci Visitor 16/19 by @skwasjer 52/156 by @Patrick-Jakubowski
23 The Littlest Number 12/13 by @peterfreese 71/75 by @peterfreese
24 Mod Module 11/12 by @nanashi-juanto 48/57 by @og01
25 Cumulative Countdown 10/12 by @skwasjer 79/82 by @skwasjer
26 Small Divide 15/15 by @ekx 71/76 by @ekx
27 Midnight Petroleum
28 Three Sort 32/34 by @albertferras 73/78 by @AlanDeSmet
29 Storage Floor 5/5 20/25 by @AlanDeSmet
30 String Storage Floor 7/7 101/203 by @Otto42
31 String Reverse 10/11 by @FireGoblin 103/122 by @FireGoblin
32 Inventory Report 13/16 by @skwasjer 31/393 by @LRFLEW
33 Where's Carol?
34 Vowel Incinerator 13/13 by @FireGoblin 131/323 by @ocoss
35 Duplicate Removal 13/17 by @skwasjer 63/167 by @ocoss
36 Alphabetizer 30/39 by @ocoss 34/109 by @ocoss
37 Scavenger Chain 8/8 by @IAmWave 20/63 by @WolfWings
38 Digit Exploder 25/30 by @skwasjer 133/165 by @Gimlao
39 Re-Coordinator 14/14 by @FireGoblin 44/76 by @Otto42
40 Prime Factory 23/28 by @IAmWave 54/399 by @WolfWings
41 Sorting Floor 20/34 by @polarathene 570/714 by @polarathene
42 End Program. Congratulations.

The following levels do not have any submitted solution that meets both size and speed challenges:

  • 02-Busy-Mail-Room (impossible)
  • 19-Countdown
  • 20-Multiplication-Workshop
  • 28-Three-Sort
  • 38-Digit-Exploder
  • 40-Prime-Factory

Maintainers

Contributors

About

Human Resource Machine solutions and size/speed hacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 96.7%
  • JavaScript 3.3%
0