Pictures
Spoiler
Downloads
Version 1.0.3:
Download File (Dropbox)
Or
Pastebin
Or
pastebin get GWs80hjL RPS
pastebin get GWs80hjL RPS
Well, I may in the future, but you see.. I'm on Tekkit.Make colour version :D/>
Possibly in the 1.2 update.Perhaps, icons even, to display which got which? lol that'd be nice to see in the future :D/>
Well, I may in the future, but you see.. I'm on Tekkit.Make colour version :D/>
local canColor = term.isColor and term.isColor()
this will check if it can call term.isColor before calling it
if canColor then
-- drawInColor
else
-- drawInAscii
end
ascii art of the winning 'weapon' would be cool…
also you can have colour version working even with Tekkit…
have it draw in ascii if in cc 1.3 or on non-advanced computer,
have it draw in color if on advance computer (and use cc-emu to test it)
just use this when checking if you can set coloursthis will check if it can call term.isColor before calling itlocal canColor = term.isColor and term.isColor()
then just thisif canColor then -- drawInColor else -- drawInAscii end
Yeah, I just started using the emulator a few days ago, so much better than dealing with programs in-game! So I will release a color version sometime soon.I sure hope they'll update cc in Tekkit soon because I also Play with Tekkit =)
But if you're going to make it In colors then use the CC Emulator By tomass1996.
It has both regular and advanced Computer so you Can test your programs On!
Ehh.. I don't like Tekkit Lite all that much.. but now that I am using the emulator as my main program tester, I will release the color version.Well, I may in the future, but you see.. I'm on Tekkit.Make colour version :D/>
Oh didn't realize that :P/>
Why don't you upgrade to Tekkit Lite? It has CC 1.48
I did think about that. :P/> At the time I made it, I was just happy to get the main thing down. But I will most likely add a little animation in another update.ascii art of the winning 'weapon' would be cool…
also you can have colour version working even with Tekkit…
have it draw in ascii if in cc 1.3 or on non-advanced computer,
have it draw in color if on advance computer (and use cc-emu to test it)
just use this when checking if you can set coloursthis will check if it can call term.isColor before calling itlocal canColor = term.isColor and term.isColor()
then just thisif canColor then -- drawInColor else -- drawInAscii end
Well that also works for CC1.3 :)/>Yeah, I'll use that when detecting Regular and Advanced computers.