The Daily Click ::. Forums ::. Non-Klik Coding Help ::. Scupper
 

Post Reply  Post Oekaki 
 

Posted By Message

Kris

Possibly Insane

Registered
  17/05/2002
Points
  2017
1st June, 2004 at 08:46:15 -

Inspired by the idea of Turing Machines I've devised my own little language called Scupper.

It's a bit like Brainfuck, but it's 2D. The instruction head moves from the top-left corner and moves right. If it hits a mirror ( / and \ ) it'll bounce accordingly. There are a few examples to look at, and there's a file with a list of the commands.

If you do manage to make anything, please post it, if it's good then I'll add it to the examples.

Grab it here: http://kris.acsv.net/scupper.zip

PS. This is only for fun, it's not actually supposed to be useful

Image Edited by the Author.

 
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G

Cazra

Crazy?

Registered
  24/07/2002
Points
  4472

Game of the Week WinnerVIP Member
1st June, 2004 at 10:01:17 -

Display ASCII table:



++++++++++++++ \
@
/ #\*
\ <._>,/


Nice idea. I've never heard of a program that reads the code in several directions.

Image Edited by the Author.

 
n/a

gizmo



Registered
  15/03/2003
Points
  1206
1st June, 2004 at 12:46:40 -

Wtf?

"Press Ctrl+Alt+Delete to reset Gizmo - Loss of all logical thought"

*ahem* Interesting language...

Image Edited by the Author.

 
<signature> err... </signature>

Kris

Possibly Insane

Registered
  17/05/2002
Points
  2017
1st June, 2004 at 14:22:09 -

Added a new command, download again if you want to make use of it (User input)

 
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G

Shen

Possibly Insane

Registered
  14/05/2002
Points
  3497
1st June, 2004 at 14:44:58 -


%_>>+++.._>++++++\
/<<_<_+_.....++++/
@
/ \
#
\\ *_+,_.-.-._\
\ >>>-,,,,_,+,+,/
//
,
#
\\
\ >>>,,,,_,-__*
//
\,/


(Painstakingly) tests if a character's value is odd or even

 
gone fishin'

Cazra

Crazy?

Registered
  24/07/2002
Points
  4472

Game of the Week WinnerVIP Member
1st June, 2004 at 14:55:41 -

not a really flexible input command. It'd be neat to see it be able to be used during a program's runtime.

 
n/a

Shen

Possibly Insane

Registered
  14/05/2002
Points
  3497
1st June, 2004 at 15:37:32 -

yes, but you can loop through and add it to tape cells at the start

Input reverser:

\\______
\>@/% #\\
|/ \ > //
|_ \ /
|< @ /
|\#/*/
\___/


Image Edited by the Author.

 
gone fishin'

Kris

Possibly Insane

Registered
  17/05/2002
Points
  2017
1st June, 2004 at 16:28:52 -

Alternately...


@/%#\@/;#\*
\ :/ \ _/


 
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G

Cazra

Crazy?

Registered
  24/07/2002
Points
  4472

Game of the Week WinnerVIP Member
1st June, 2004 at 18:52:08 -

Stickman Dance: Yup, the code again looks like an ASCII chicken! Edit: A BIGGER ASCII chicken with a big brain!


+>..>+++..>+>+++++,>+++++,,,>+++++++++..>++++.....\ <--create parts
/<<<<<<</ 0=number loops[10]
\ \ 1=head
@ 2=space
/ <<<,#\* 3=new line
> 4=body
> 5=arm/leg 1 6=arm/leg 2 7=arm/leg 3
_
/_>>>>_<<<_>>_<_>>_<_<<<_>>_<_>>_>>_</ frame 1
\<<<__ <_\
/_>>>>_<<<_>>_<_>>_<_<<<<_>>>_<<<_>>>>_>>_</ frame 2
\<<<___ <_\
\ __<<<<_>>>_<<<_>>>>_<<_>_<<_>>>_>>_</ frame 3


Image Edited by the Author.

Image Edited by the Author.

 
n/a

gizmo



Registered
  15/03/2003
Points
  1206
1st June, 2004 at 19:24:06 -

Dont forget to do a userguide to this I wanna learn it but its damned hard...

 
<signature> err... </signature>

Cazra

Crazy?

Registered
  24/07/2002
Points
  4472

Game of the Week WinnerVIP Member
2nd June, 2004 at 08:56:32 -

Bob the Interactive Leprachaun: He will respond to "moo,"hi", and "hello".


+++.._...++++++__\
/++_--------,,,,,/
\.._,++++++_.----\
/--,,,_++++++._--/
\------_++++++++.\
/,_---------_..../
\,,,++++++__.....\
/++_-------...._+/
\.._..++++++__,,,\
/..++_----,__----/
_
+ /%#\ <:-----------,#\<:-----------..#\<:-----------..#\<----------,#\<----------,,,,#\ \
+ \ >/----------,,,,,;/ / /@\@ /@ /@ \
+ @ / //_+++++++.._,,-_------_++.... ._++++++++,/#\@< /@ \
+ @ \,/
+ \#\<: \
+ @
_ //# ----------,,,, / \;-----------, #/<:-----------. #/\
. \<@/#\+++++++.._++++ ....._-,,,_----,_*/-----_,,,_++++++++,,,++++ /#\@< /
. \,/ \---,,_+++++++,,,,,_\ \,/
. *_------- --...._+,,_..+_+++++++,,,_-------...../
- \ \ \,,,_+,,,__..._.....-------_*
_ \ /
\..----_,,----_.\
/++++++++++_..../
\._,,,,------_+.\
/._-,,,_.+++_.../
\-------_++..__+\
/___------,,_+++/
\ /


 
n/a

Kris

Possibly Insane

Registered
  17/05/2002
Points
  2017
2nd June, 2004 at 10:48:26 -

good god Nice work Snerlin

[edited out pointless rant]

Image Edited by the Author.

 
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
   

Post Reply



 



Advertisement

Worth A Click