Skip to content

adapap/HRM-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HRM Compiler

Be sure to check out the game on their website or on Steam.

Usage

hrm <level> <source path>

  • Level is the in-game level number you want to test for
  • Source path is the location of the code copied from/to be pasted into the game comments --decode <path | text>
  • Path to base64-encoded HRM comment file, or as text
  • Generates an image out.png visualizing the comment comments --encode <text>
  • Encodes up to 26 characters of UPPERCASE characters to generate a comment
  • Writes encoded form to stdout

Features

  • Complete compiler for the Human Resource Machine (HRM) language
  • Debugging tools for developing the compiler
  • Levels 1-22* with deterministic testing (differs from in-game tests, but covers all possible edge cases)
  • Encoding and decoding of the comment system using drawings

About

A compiler and test suite for the puzzle game Human Research Machine (https://tomorrowcorporation.com/humanresourcemachine).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages