Skip to content

An interactive, browser-based Human Resource Machine simulator

Notifications You must be signed in to change notification settings

placroix74/hrm-web-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human Resource Machine : A Simulator

An interactive, browser-based Human Resource Machine simulator.

Why?

The game did not come with a level editor.

Related Projects

Project Platform / Technology Remarks
eruvanos/hrm_python Desktop / Python GUI
sixlettervariables/hrmsandbox Web / node.js No stepping controls
codec-abc/human-resource-machine-program-evaluator-fable-version Web / node.js No stepping controls, but all program steps can be viewed
kekekawaii2839/HumanResourceMachine Desktop / Qt
vncsms/HumanResourceMachine Web / React.js
leroidangleterre/HumanResourceMachine Desktop / Java AWT
Jev-git/Godot-HumanResourceMachine Desktop / Godot
JosePedroDias/hrm Web / HTML/CSS/js
nrkn/hrm-tools Web / HTML/CSS/js

Features

  • Everything on one page : software and help text.
  • Levels load from a JSON file.
    • Every level from the original game included. (Is this legal?)

Installation

  1. Download the current master.
  2. Extract and navigate to the extraction directory.
  3. Launch a basic HTTP server, e.g. if you have Python 3 installed:
    python -m http.server [port]
    
    and open a browser to locahost:<port>, e.g.: Python http.server's default port is 8000; or...
  4. Open hrm-web.html in a browser directly; however, original game levels will not be available.

Tech

Thanks

https://github.com/atesgoral/hrm-level-data

Development

Want to contribute? Great! See open issues.

License

MIT

Free Software, Hell Yeah!