Jump to content




The Ctrl+V Game


860 replies to this topic

#21 tonkku107

  • Members
  • 140 posts
  • LocationFinland

Posted 01 June 2013 - 10:54 AM

__.......__
,-"`` ``"-.
|;------.-' _.-'\
||______|` ' ' ` |
||------| |
_;|______| |_
(```"""""""| |``)
\'._ '-.........-'_.'/
'._`""===........===""`_.'
``"""=========="""``
Ascii cake but i don't know why it did that... anyway, it's ctrl+v game, i can't fix it

#22 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 01 June 2013 - 11:17 AM

ZATfCQSp

Pastebin ID I think

#23 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 01 June 2013 - 11:20 AM

View PostDlcruz129, on 01 June 2013 - 11:17 AM, said:

ZATfCQSp
Pastebin ID I think
Seems that way...


View Posttonkku107, on 01 June 2013 - 10:54 AM, said:

Ascii cake but i don't know why it did that... anyway, it's ctrl+v game, i can't fix it
Put it in code tags, will fix it, as the code tags use monospaced font.


View PostGravityScore, on 01 June 2013 - 10:44 AM, said:

just copy and pasting between files, standard stuff you do while coding :P
Haha, thats the entire reason as to why I have one of my webpages in my clipboard. Was copying between files.

Edited by theoriginalbit, 01 June 2013 - 11:23 AM.


#24 tonkku107

  • Members
  • 140 posts
  • LocationFinland

Posted 01 June 2013 - 11:21 AM

View PostDlcruz129, on 01 June 2013 - 11:17 AM, said:

ZATfCQSp

Pastebin ID I think
http://pastebin.com/ZATfCQSp?
dummies?

#25 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 01 June 2013 - 11:22 AM

Posted Image

Oh.

#26 Cozzimoto

  • Members
  • 221 posts
  • LocationDallas, Tx

Posted 01 June 2013 - 11:40 AM

http://images.wikia....unetheworld.jpg

LOL, i was looking at costumes for me and my girl at A-Kon 24.

#27 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 01 June 2013 - 12:26 PM

View Posttonkku107, on 01 June 2013 - 11:21 AM, said:

View PostDlcruz129, on 01 June 2013 - 11:17 AM, said:

ZATfCQSp

Pastebin ID I think
http://pastebin.com/ZATfCQSp?
dummies?

Idk why...

#28 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 01 June 2013 - 12:30 PM

View Posttheoriginalbit, on 01 June 2013 - 10:39 AM, said:

My clipboard
Spoiler

View PostEngineer, on 31 May 2013 - 02:45 PM, said:

http://pastebin.com/5d9J9dLE
I needed to show my friend what I made with Java, he wants to learn...
Hey, that looks familiar... where have i seen that before :P
I really had to show it to a friend!

Im not sure what is on my clipboard right now..
http://www.video2mp3.net/index.php

Oh, I was converting some music. Right! :D

#29 Bubba

    Use Code Tags!

  • Moderators
  • 1,142 posts
  • LocationRHIT

Posted 01 June 2013 - 12:49 PM

and greatness is achieved through hard work. I knew this lesson well, but there were those who did not.


... I think I was editing a story and used ctrl+x to remove a bit.

#30 ironwiccan

  • Members
  • 78 posts

Posted 01 June 2013 - 01:52 PM

http://thecheshireri...age/20434973181

Lolz wat?

#31 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 01 June 2013 - 02:01 PM

local bin = function( n )
	binary = { n }
	setmetatable( binary, {
		__add = function( a, b )
			return a[1] + b[1]
		end;
	})
	return binary
end

local x = bin( 5 )
local y = bin( 10 )
print( x + y )
--> 15, right?

Im messing with metatables.. And I asked a friend for confirmation :P
Oh, and thanks Bubba for making that tutorial about metatables! And Symmetryc, for helping me out!:D

#32 Maximus230x

  • Members
  • 3 posts

Posted 01 June 2013 - 02:13 PM

Travel.state.gov That was on my clipboard. 0_0

#33 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 02 June 2013 - 02:16 PM

	local blockSize = tonumber(info.blockSize) or 50

I know what that is, but I'm not sure why it's copied. :/

#34 Guest_ZetaNeta_*

  • Guests

Posted 02 June 2013 - 02:24 PM

http://www.timeandda...2=19&i2=12&s2=0
Been playing at another forum game and needed to count time

#35 billysback

  • Members
  • 569 posts

Posted 03 June 2013 - 12:08 PM

local map2 = {
"---------------",
"-:+++--+++++---",
"--++++-+-+++---",
"-----+++-*++---",
"--+--#--+------",
"--+++++++++++--",
"-----+-----*+--",
"-+++++++-------",
"-+++-++++++----",
"---------------"
}
map2.pos = {11,9}
map2.vision = 4
map2.convert = {
 ["-"] = 0,
 ["+"] = 1,
 ["#"] = 2,
 ["*"] = 3,
 [":"] = 4,
 ["@"] = 5,
 ["0"] = 0,
 ["1"] = 1,
 ["2"] = 2,
 ["3"] = 3,
 ["4"] = 4,
 ["5"] = 5
map2.texts = {
}
map2.keys = {
{{12,7}, {6,5}, 1},
{{10,4}, {6,5}, 1}
}
map2.items = {
}
map2.tele = {
{{2,2}, map1, {2,7}}
}
 
ummm... making a game.

#36 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 03 June 2013 - 12:23 PM

¡Hola!

Some Spanish..

#37 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 03 June 2013 - 12:49 PM


local x = 1
local y = 1



local noenemy = true
while true do
event, param1, param2 = os.pullEvent("char")
-- key controls
if param1 == "w" then
y = y - 1
elseif param1 == "a" then
x = x - 1
elseif param1 == "s" then
y = y + 1
elseif param1 == "d" then
x = x + 1
end
-- fence in players
if x < 1 then
x = 1
end
if y < 1 then
y = 1
end

term.clear()

term.setCursorPos(x,y)
print ("+")
end

my first attempt at a working video game

#38 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 03 June 2013 - 01:19 PM

Posted Image

Lol, I had another thing on my clipboard, but then I saw this. Puush automatically copies the link to my clipboard :lol:

#39 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 03 June 2013 - 01:25 PM

// Reply

View PostEngineer, on 03 June 2013 - 01:19 PM, said:

Posted Image

Lol, I had another thing on my clipboard, but then I saw this. Puush automatically copies the link to my clipboard :lol:

Look! It's me!

#40 superaxander

  • Members
  • 609 posts
  • LocationHolland

Posted 03 June 2013 - 01:39 PM

riscos-single

Nobody probably nows what it is :P





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users