Easier? Sheesh, a developer at Bethesda says easier? Has he even played Oblivion or Fallout 3 since they've come out. All of it's too damn easy, exploitable, and glitchy. Maybe Bethesda should start checking their code before any gets any ideas on gameplay issues.
Have you thought that maybe its easier for YOU because you're such a hardcore gamer? I mean my brother can play Halo in this sleep, but I can't spawn for more than 37 seconds at a time =)
Hello World, This is super interesting. When I'm not IT-ing, I'm usually doing something music related, either practicing or performing with one of my friends. Its mostly acoustic/live instruments. Then a friend of mine (also a musical techie) sent me a link to Sonic-Pi . I wasn't sure what it was for, then I watched the video that's on the site, and I got REALLY excited, and I had to share it. Dr Sam Aaron basically developed a language, using the Raspberry Pi's Python kernel as the basis, and it actually allows you to CREATE music, via programming, its brilliant. I can see this being a hit in both the Computer Science and in the Music Class, especially for the younger generation. In a way its stimulating both sides of your brain, the Analytical side (programming), and the Creative side (music). Check it out at Sonic-Pi.net , its very cool. Keep on tech-ing everyone. -Ash
Hello World, Today, I'm introducing my first Python game, I was online looking for good beginner python projects, and one that came up was to create a "Rock Paper Scissors" game. I did some more searching and found a couple of videos online, but each one went about it in a different way, so I decided to think through it my self. I'm happy to say that I was able to create this 1st version . You play against the computer, which randomly chooses one of the 3 choices. You play 3 times per round, and with each choices it tells you who one. And at the end of each round, you can choose to play another round. What I don't have. A scoring mechanism. I haven't figured that part out, yet. But I do have an idea that I will try soon. I'm pretty excited I made this, and I can't wait to add that scoring mechanism. I hope you enjoy it. Remember. "Coding is the closest thing we have to a superpower" - anonymous Go be a Super. -ash
Hello World, I hope you have been doing well, today I'm going to tell you about a simple program that I made for one of my homework projects. The python code is available on my GitHub Repo if your interested. The chapter was talking about how to have the computer generate random numbers and having some kind of interaction with the user. So the challenge was to create a program, that would "flip a coin" 5 times and then tell you how many times it got "heads" or "tails". After some trial and error I got it to run properly..so I decided to create a 2nd version. In the 2nd version, I wanted to give the user a couple of options: Option 1: To run through the program as many time as they liked without having to restart it. Option 2: To choose the amount of flips the coin does. I'm a big fan of giving the user options, I don't like to limit things to a set pattern, especially if the extended options would make the game more enjoyable (hopeful...
Comments