hrm-solutions

Human Resource Machine solutions and size/speed hacks

Github stars Tracking Chart

Build Status

Human Resource Machine solutions

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.

Top Scores and more info.

File Naming Convention

The file naming convention used is:

Under the solutions folder, inside a subfolder called <level>-<level name>-<size par>.<speed par>, <size>.<speed>[.<type>]-<author>.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.

The optional type field is a descriptor for the type of solution (e.g. the algorithm used, whether it's an exploit etc.)

author is the GitHub username of the author of the solution.

For example, solutions/07-Zero-Exterminator-4.23/4.23-atesgoral.asm means the solution is both size and speed optimized and is by user atesgoral.

Contributing

Please issue a pull request while keeping in mind:

  • The file naming convention is met
  • If you're a new contributor, edit the contributors.yml file to add yourself
  • Make sure your new solution passes tests (see below)

Testing

You need Node.js 11+ to be installed.

npm install to get all dependencies

npm test to run tests.

Tools Used

The tests involve the static/runtime analysis and benchmarking of each solution by utilizing:

Overview

Name With Owneratesgoral/hrm-solutions
Primary LanguageAssembly
Program languageAssembly (Language Count: 3)
Platform
License:
Release Count0
Created At2015-10-18 17:47:31
Pushed At2024-02-27 17:47:15
Last Commit At
Stargazers Count414
Watchers Count27
Fork Count174
Commits Count1.2k
Has Issues Enabled
Issues Count38
Issue Open Count8
Pull Requests Count268
Pull Requests Open Count1
Pull Requests Close Count38
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top