ToroCraft / Minecoprocessors

Increase your redstone possibilities and learn assembly programming at the same time with the Minecoprocessors Minecraft Mod!
https://minecraft.curseforge.com/projects/minecoprocessors
GNU General Public License v3.0
33 stars 10 forks source link

In-game guide #12

Closed josephcsible closed 7 years ago

josephcsible commented 7 years ago

Can you add an in-game assembler guide, possibly just a copy of what's on the wiki now?

frodare commented 7 years ago

Interesting idea. What are you thinking, like make a book that you can get from the processor with the processor details? Are you looking for information on the processor and commands, or more of a how-to with example programs?

josephcsible commented 7 years ago

More like a reference, so basically the contents of the Processor Details page.

frodare commented 7 years ago

I want to attempt to solve this issue using hover popups, like the ones when you hover over an item. If that doesn't work out, my next idea would be to put a book icon (button) on the GUI that opens the details when clicked on.

josephcsible commented 7 years ago

I don't think that things like the list of opcodes will work well as hover popups, so I think the book icon/button is the way to go. (Although there are a few things that the hover popups would work well for, so we may as well do both.)

frodare commented 7 years ago

Yeah, that's a good point.