Language stuff

Index

NetLogo

I have worked on Net logo creating a simulation of the reproductive habits of asexual turtles and the creation of fataarls.....
Here is the a square with 4 trianges inside.



The Turtle sim that reqires turtles to "eat blocks to gain energy and die when there is no energy.



Here is my work making a coch snowflake. _ The triangle makes smaller triangles within itself.

here is the code
____________________________________________________________________________________________________________________________________________________________

XML

Xmls is a great language for programing Pc games becuse XMl is a language that both humans and coumputers could read with ease. In my favorite game of all time Galciv2 the game's data values are stored as xmls so that both the coumputer and a human could read it. This shows a new civilatation but the information is catagorized in such a way that editing it would be simple. like changing the "Home World" to "Faros"- this would change the name of the Home world to "faros"


Barbian Empire
50
Barbian Empire
Barbie
Barbie World
Barbie Star
I'm a Barbie girl, in a Barbie world...
Gfx\Race\RaceImage_GaladrielBarbie.png
Gfx\Race\RaceImage_GaladrielBarbie.png
Gfx\Race\Logos\RaceLogo_Barbie.png
6
255,165,165
41,0,0
253,114,167
253,114,167
255,165,165
255,255,255
253,114,167
0,204,255
250,0,124
0
0
HyperDrive
UniversalTranslator
Xeno Communications
Xeno Engineering
StellarCartography
XenoResearch
20 ____________________________________________________________________________________________________________________________________________________________

Batch and CMD


Cmd also know as command prompt is a way to give a windows coumputer commands similar to Ms-Dos. It can be used to send signals to other coumputers or open a file.
Batch files can be used to make preset commands for cmd.
This simple batch progran will show you your ip. ipconfig pause

Proseeseing


first we created a ball that is controlled by your mouse that use the MouseX and MouseY variable.



Next we created a house and smily face using the 2d shape commands.



Next we created a house.that was a fuction so we could expand it or shrink it at will


Javascript


Next we created a inter active javascript text adventure.