This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ChunLing's profile picture

Search for existing programs that do some of what you want

Started by ChunLing, 16 October 2012 - 11:16 PM
ChunLing #1
Posted 17 October 2012 - 01:16 AM
I know that this is probably reiterating a rule stated elsewhere, but apparently it bears repeating. If you want to get started on a program, but have no clue how to get started, then you can search for programs that provide/use some of the functions you will need to write/use.

For instance, if you want to figure out how to do wireless remote control turtles, then try searching for "wireless remote control turtles". For best results, you can focus on the Turtle Programs forum. See if you find an existing program, and see if it works. Then, if you need help making it do something it doesn't already do, ask. If the person that wrote the code you're modifying isn't available, then you can ask a pro. But try asking the person who wrote the original code first.

Just in case you don't know, the search bar is at the upper right of the screen, right under your login name. By default it says "Search…" in the bar. You can type in any terms that are longer than four characters (like "wireless", and "remote", and "control", and "turtles").
Lyqyd #2
Posted 17 October 2012 - 02:27 AM
This is effectively a subset of the point of the top sticky in this section, so it is somewhat of a reiteration.
ChunLing #3
Posted 17 October 2012 - 02:42 AM
Yes, I thought it might be. I'm just pouting because I've been wanting feedback on a wireless remote control turtle program I've posted, and someone was (inappropriately) starting an ask a pro topic to ask how to make such a program.