Programming


In Net Logo

We were using a program in class called NetLogo to practice programming games and such. We made turtles, which were the little agents that we controlled and programmed different actions into. At first, we had the turtles do simple things, like drawing squares and circles, and just figuring out how they move and little tricks to get them to move certain ways. Later on, we practiced making the agents do different things, and that included eating, walking (as if looking down on humans from a great height), and even dying, by having them affect each other and their environment. We would enter commands into the code section, and then whatever directions a command word had, they would happen if we entered the command word into the command bar. :3 The turtles were a part of a Microworld, which is basically just a world created on your computer. We had to program everything to move and act the way they needed to to make it seem like a somewhat realistic world (however pixelated or fake it obviously is~. :P ). .


Here are some examples of shapes we made in NetLogo. :3



here's the code for making these shapes~. :3







In Python

In Pyhton, we were practicing making simple, number guessing games. The first type of number guessing game would ask you to guess what number it was thinking of, in under a certain number of attempts. The other game, it guessed what number you were thinking of. :3


Here's the code for the guessing game, where you guessed the number that the computer was thinking of. :3


the game looked like this when you got to play it. :3



On the side, I began making a simple text-adventure game, so that I could test out the different things that I can do with Python. :3 It's still a work in progress, but as soon as I've finished it, I'll share it here. :3




Much, much later~~



In Notepad++

Another thing I programmed in was something called Notepad++. This is where I made the HTML code for each of my web pages. :D It's really simple to use (I think so, at least), and I like it. :3 I don't know a whole lot in regard with this programming stuff, but I think I am doing well. :D There is a website called w3schools that you could use to look up things and get help with programming on. It is really helpful, and if you are thinking of making a website, but don't know how to, just look there. :333 There is a lot of coding involving certain things, but it can be easy if you just copy/paste from w3schools Though, none of this is incredibly difficult, now that I think about it. I might only thing that, though, because I don't do much with my pages. If I were to put more effort into making them look pretty and whatnot then I'm sure I would see just how difficult doing all of this can really be... Buuuut I needn't worry about that right now~~. -w-
The layout for programming a webpage is pretty easy to understand, I think. (for my pages, at least. . . But if you were to look at a better-programmed one you might get confused by all of the tags and such~.) To look at any web page's coding you can [right click] and choose [view page source]. :3




Back to my home page
To My Server Project
To my Programming Page
To My Gaming Page
Robotics Page
To My circuits Page