- ComputerCraft | Programmable Computers for Minecraft
- → AnDwHaT5's Content
AnDwHaT5's Content
There have been 255 items by AnDwHaT5 (Search limited from 10-February 22)
#130825 Starting rpg game project
Posted by
AnDwHaT5
on 02 July 2013 - 02:36 PM
in
General
#130803 Starting rpg game project
Posted by
AnDwHaT5
on 02 July 2013 - 01:03 PM
in
General
#130577 Starting rpg game project
Posted by
AnDwHaT5
on 01 July 2013 - 08:05 AM
in
General
Currently added:
moving.
Saving.
Part 1 of map 1
colors.
Colors subject to change drastically. I will prob get cooler colors and get a outside background!
# = teleporters
% = spawn
^<>v = guy
More coming soon!
Screenies!

#130417 How to write and read a specific line
Posted by
AnDwHaT5
on 30 June 2013 - 01:48 PM
in
Ask a Pro
local f = fs.open( "saves", "r")
b = f.readLine()
a = f.readLine()
f.close()
term.setCursorPos(b,a)
print("@")
while true do
local event, p1 = os.pullEvent("key")
if p1 == 200 then
a = y-q
term.setCursorPos(x,a)
local f = fs.open( "saves", "a")
f.writeLine(a)
f.writeLine(B)/>
f.close()
term.clear()
print("@")
end
end
#130371 How to write and read a specific line
Posted by
AnDwHaT5
on 30 June 2013 - 10:09 AM
in
Ask a Pro
Here is my current code.
q = 1
x = 5
y = 5
term.setCursorPos(x,y)
print("@")
while true do
local event, p1 = os.pullEvent("key")
if p1 == 200 then
a = y-q
term.setCursorPos(x,a)
s = fs.open("saves", "w")
s.write(a)
s.close()
term.clear()
print("@")
end
end
and the pastebin id is VR7L6vcK
#128864 How do i run a program over a wired modem to a monitor
Posted by
AnDwHaT5
on 24 June 2013 - 12:17 PM
in
Ask a Pro
#102925 Great Way To Learn Different Coding Languages
Posted by
AnDwHaT5
on 28 March 2013 - 03:58 PM
in
General
Kingdaro, on 26 March 2013 - 01:18 PM, said:
Azhf, on 26 March 2013 - 01:06 PM, said:
And yeah, codecademy is pretty great, except for the fact that their Ruby backend is pretty crappy at times.
LuaEclipser, on 26 March 2013 - 01:14 PM, said:
if 1 + 1 = 2 then syntax = true else syntax = flase
if 1 + 1 == 2 then syntax = true else syntax = false end
If you're going to make an example at least try to avoid syntax errors.
let me proclaim that i was referring to the javascript ~= java statement
#102687 Did you ever start talking in code
Posted by
AnDwHaT5
on 28 March 2013 - 01:58 AM
in
General
#101643 Need permission for modpack: ASTU, CClights, Immibis's peripheral, MiscPe...
Posted by
AnDwHaT5
on 25 March 2013 - 12:15 PM
in
Peripheral Help and Discussion
#101640 Guess That Color!
#101638 Auto Updater! V1.2
Posted by
AnDwHaT5
on 25 March 2013 - 12:02 PM
in
Programs
#101635 Corrupt-A-Wish!
Posted by
AnDwHaT5
on 25 March 2013 - 12:00 PM
in
Forum Games
AnDwHaT5, on 25 March 2013 - 10:05 AM, said:
Hellkid98, on 25 March 2013 - 10:03 AM, said:
I wish that the next one who posts will get completly rageful.
[OutOfGame]
Poor SSTDz won't get a cookie
[/OutOfGame]
i wish ninjas would stop!
#101602 Corrupt-A-Wish!
Posted by
AnDwHaT5
on 25 March 2013 - 10:28 AM
in
Forum Games
#101591 [CC1.5]ComputerCraft Emulator V0.57 (February 19th)
Posted by
AnDwHaT5
on 25 March 2013 - 10:09 AM
in
APIs and Utilities
#101588 Corrupt-A-Wish!
Posted by
AnDwHaT5
on 25 March 2013 - 10:05 AM
in
Forum Games
Hellkid98, on 25 March 2013 - 10:03 AM, said:
I wish that the next one who posts will get completly rageful.
[OutOfGame]
Poor SSTDz won't get a cookie
[/OutOfGame]
i wish ninjas would stop!
#101566 Corrupt-A-Wish!
Posted by
AnDwHaT5
on 25 March 2013 - 09:36 AM
in
Forum Games
Shnupbups100, on 25 March 2013 - 09:32 AM, said:
Granted, you just did.
I wish that I didn't have to go to school.
(AnDwHaT5, you're not playing right.)
granted but you have to do extra work at home.
I wish i had a wish
#101563 Corrupt-A-Wish!
Posted by
AnDwHaT5
on 25 March 2013 - 09:33 AM
in
Forum Games
- ComputerCraft | Programmable Computers for Minecraft
- → AnDwHaT5's Content


