mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-04 03:27:19 -04:00
Created Tutorials (markdown)
parent
9d032cb105
commit
6371c933f7
15
Tutorials.md
Normal file
15
Tutorials.md
Normal file
@ -0,0 +1,15 @@
|
||||
There are a couple of tutorials that aim to make it easier to get started with mod. They are listed roughly in the order that it makes sense to read them in, since they'll often build upon each other.
|
||||
|
||||
Mod Specific
|
||||
------------
|
||||
1. To begin with, you'll want to [[learn how to build a computer|Tutorial/BasicComputer]] and how to run programs on it.
|
||||
2. After that you might want to read up on [[how to create new programs|Tutorial/WritingCode]].
|
||||
3. To keep you programs across reboots, [[read up on how to label and mount hard drives|Tutorial/HardDrives]].
|
||||
|
||||
General
|
||||
-------
|
||||
If you're new to Lua, one way to learn is to just have a look at [the programs that come with the mod](programs). For basic Lua information, do read the [Lua Reference Manual][lua-manual]. Finally, you may want to read more about [[how you can interact with components from within Lua|ComponentAccess]].
|
||||
|
||||
|
||||
[lua-manual]: http://www.lua.org/manual/5.2/manual.html
|
||||
[programs]: https://github.com/MightyPirates/OpenComputers/tree/master/assets/opencomputers/lua/rom/bin
|
Loading…
x
Reference in New Issue
Block a user