Wonder-Space is awesome.Now i think flash is cool.It's fun here because there is game time and lunch,but sometimes when i come with my sister there is traffic.
Friday, July 25, 2008
Counter Strike
Counter Strike is a really fun game we learned in Wonder Space. At first I was against it because it was so violent but after I played I couldn't stop.
Ciao for now, Nikki
Ciao for now, Nikki
Tuesday, July 15, 2008
this is what we are learning in java!
package matthewsjavaapp;
import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
Controller player1 = new Controller();
BufferedReader inputter = new BufferedReader(new InputStreamReader(System.in));
System.out.print("How long do you want to play?");
int input =Integer.parseInt(inputter.readLine());
if(input<= 100) // put in a loop for trying again player1.play(input);
else System.out.println("The Battery doest hold that much charge."); System.out.println("Enter A command");
System.out.println("1. Charge Battery");
System.out.println("2. Drain Battery");
int command = Integer.parseInt(inputter.readLine());
if (command == 1 && true)player1.batterypack.charge();
if (command == 2 && true)player1.batterypack.drain(); System.out.println("Battery charge level is now " + player1.batterypack.charge); } }this is a battery
package matthewsjavaapp;
public class Battery {
int charge = 100;
boolean IsDead = false;
void chargeby(int a) {
charge = charge + a;
}
void drainby(int b){
charge = charge - b;
}
void charge(){
if (charge <100){>0){
charge-=10;
}
}
void recharge() {charge=100;}
void CheckStatus() {
if (charge <=0) { IsDead = true; } } }this is a controller that uses a battery
package matthewsjavaapp;
/**
*
* @author Compaq_Owner
*/
public class Controller {
Battery batterypack = new Battery();
void play(int time){
batterypack.drainby(time);
System.out.println("Battery Level is now " + batterypack.charge);
batterypack.CheckStatus();
System.out.println("Battery is empty = " + batterypack.IsDead);
}
}
Tuesday, July 8, 2008
I made a website at wonderspace.
I made a website about sports.
My website has cool videos and pictures.
It's here: http://camp.wonder-space.com/summer2008/week5/logan
WONDERSPACE IS AWSOME!!!!!!!!!
-T-Mac (Logan)
I made a website about sports.
My website has cool videos and pictures.
It's here: http://camp.wonder-space.com/summer2008/week5/logan
WONDERSPACE IS AWSOME!!!!!!!!!
-T-Mac (Logan)
Thursday, July 3, 2008
Half Life 2: Deathmatch
What I like about this camp is the extensive training of the staff in Half Life 2: Deathmatch. They are skilled at using the rocket launchers, the crossbow and the gravity gun. This and their circle strafing make them very deadly. Guided missles are useful when you need to erase somebody in a inconvenient space. The gravity gun can pick up random objects and throw them at people. The crossbow is also one of the strongest weopons in the game, because you can snipe with it and make cheap shots with it.
- Thomas from Game Design B
- Thomas from Game Design B
Wonder Space
When I first found out that I was going to Wonderspace, I thought that it was going to be a camp where all the Star Wars obsessives were. But on my first day, I immediately started liking it and realized that I would have fun here making games. And it has been so fun that I am already signing up for another week!!!
My game was about zombies invading the earth. You are Area 51's secret weapon ROBO576, and throughout my game you are shooting zombies and aliens. At the end you battle this humongous boss, a dragon zombie. Overall, I think my game is fun and I am extremely happy that I went to Wonder Space camp. Thank you Wonderspace!!!
Charlie, Student from game design B
My game was about zombies invading the earth. You are Area 51's secret weapon ROBO576, and throughout my game you are shooting zombies and aliens. At the end you battle this humongous boss, a dragon zombie. Overall, I think my game is fun and I am extremely happy that I went to Wonder Space camp. Thank you Wonderspace!!!
Charlie, Student from game design B
