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

Tictactoe

Started by Brekkjern, 09 August 2013 - 07:11 PM
Brekkjern #1
Posted 09 August 2013 - 09:11 PM
During my process of learning Lua I figured I needed something as a goal. After a bit of tinkering with some different programs, I came up with this. It does exactly what the title says it does.

http://pastebin.com/K3QtZmG4

It has to run on an advanced computer as it uses the colour API. If anyone wants to critique the code, please do. I would like to know of better ways to accomplish most of what I have done.
jay5476 #2
Posted 09 August 2013 - 11:35 PM
nice code there seems efficient enough to me has run without a flaw so far, keep it up :)/>
svdragster #3
Posted 10 August 2013 - 08:48 AM
Really nice! I like how it is not complicated and easy to understand!