hrm-solutions

Human Resource Machine solutions and size/speed hacks

Github星跟踪图

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:

概览

名称与所有者atesgoral/hrm-solutions
主编程语言Assembly
编程语言Assembly (语言数: 3)
平台
许可证
发布数0
创建于2015-10-18 17:47:31
推送于2024-04-11 08:05:21
最后一次提交
星数418
关注者数27
派生数174
提交数1.2k
已启用问题?
问题数38
打开的问题数8
拉请求数269
打开的拉请求数1
关闭的拉请求数38
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部