Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Communist

Pages: 1 2 [3]
31
Off Topic / What do you think of this room design idea?
« on: February 15, 2012, 10:20:32 PM »
So, I have an idea to turn my room into something amazing. It will look like some kind of computerized room. So, I will get broken motherboards, GPU, RAM's, etc. And I will connect them using wire, all around my room. Note, they won't actually do anything, just for looks. So my room will look like the inside of some sort of computer. And it might be cool to make some old fans spin, just for the fun of it.

32
Off Topic / I made my first fad topic today
« on: February 13, 2012, 07:48:50 PM »
it looks like stuff I had no bytes left

33
Suggestions & Requests / A Roblox idea in Blockland.
« on: February 13, 2012, 06:46:58 PM »
When I was little, I used to think Roblox was really cool. I was one of those "Poast tis ain 5 gamez and u gt fre robuux!!!111!" guys. I still remember a few interesting aspects though. I remember they had a "Survive the disasters!" game. I was thinking it could work out in Blockland quite well, especially with our somewhat better community than theirs.
You try to survive disasters. There may be a lot of different disasters (some in Roblox have a few hundred), ranging from surviving a nuclear missile to getting attacked by a duck. If it is possible, players may have different upgrades depending on points (faster walk speed, higher jump, higher health, etc). Another cool feature that can be found in the Roblox games is that the player tries to build a hideout out of Blocks with the time between the disasters (1-5 minutes).


Current Supporters:

-Communist-
-MonkeyFunkyMonkey-
-Mushroom Man-
-blockguy123-
-Katadeus-
-comedy101experiments-
-Crown2-
-ShadowZero-
-John Freeman-
-Mariobro123586-
-ghost_man-
-David819-
-xxxxkill-
-rooster767-
-s245-
-blooker-
-IkeTheGeneric-
-._maxwell23461_.-
-Shell-
-ShadowYoshi294-
-Muddy Waters-
-Counter98-

34
Off Topic / Epic Special Effects thread.
« on: February 10, 2012, 06:38:25 PM »
I found this.
So cool.

35
Gallery / "Lost in Blockland" Movie Update/Build.
« on: February 09, 2012, 10:48:15 PM »
http://forum.blockland.us/index.php?topic=182504.0

THIS loving BUILD TOOK US A MONTH. IT HAS 12,066 BRICKS.


Continuing that topic, our main build is finished. Sorry, but this is gonna be a page-strech. This is also my application to the GBLD clan.


Its the Researching Base that knocks the plane down.


front view


what you see as soon as you come in the front door


the aquarium in the lobby, Kaboomers helped me build this


defence room


me on the elevator, uses elevator mod


ugly hallways in the living quarters


simple cafe


little hospital, has 4 rooms for patients


hallway that links with the rooms


the rooms


bathrooms


computer room


control room


cooling liquid control


cooling liquid tank


power control


antimatter reactor to make power


the top


proof that the tubes connect


large radio tower for testing


topdown view


far away view


edit: HOLY stuff THE PAGESTRECH!

36
Off Topic / My java progress.
« on: February 08, 2012, 11:06:09 AM »
As you might've seen my game idea topic, I announced that I was going to be making the game, and I need to learn Java. Im just gonna post my progress here.

Im learning from my dad.

First small project:
Code: [Select]
package Again;

public class First {

static int offset = 20;

/**
* @param args
*/
public static void main(String[] args) {
printRhombus(20);
}

private static void printTriangle(int Lines) {
for (int LineNumber = 0; LineNumber < Lines; LineNumber++) {
print(offset, " ");
printLine(Lines, LineNumber);
}
print(offset, " ");
print(Lines * 2 + 2, "*");
System.out.println();
}

private static void printTriangleDown(int Lines) {
print(offset, " ");
print(Lines * 2 + 2, "*");
System.out.println();
for (int LineNumber = Lines; LineNumber > 0; LineNumber--) {
print(offset, " ");
printLine(Lines, LineNumber);
}
}

private static void printLine(int Lines, int LineNumber) {
print(Lines - LineNumber, " ");
System.out.print("*");
print(LineNumber * 2, "O");
System.out.println("*");
}

private static void printRhombus(int Lines) {
printTriangle(Lines);
printTriangleDown(Lines);
}

private static void print(int count, String what) {
for (int i = count; i > 0; i--) {
System.out.print(what);
}
}
}
Prints a triangle, upside-down triangle or a rhombus.


New thing:
Code: [Select]
package Again;

public class PrimeNumber {

/**
* @param args
*/
public static void main(String[] args) {
int number = 1;
int max = 100;
for (; number < max + 1; number++) {
boolean dividedToAny = false;
for (int primeChecker = 2; primeChecker <= number/2; primeChecker++) {
int primeNumberDivisorBefore = number / primeChecker*primeChecker;
if(primeNumberDivisorBefore == number){
dividedToAny = true;
break;
}

}
if(!dividedToAny){
System.out.println(number);
}
}
}
}

Finds all the prime numbers in the "Max" number
My dad helped me a lot on this one.

37
Creativity / i drew u a missle
« on: February 07, 2012, 10:03:08 PM »
her u gao



ignore dat loving american flag, it suposd be russian

just tired so i type lazily

38
Off Topic / 1000 ways to die is damn scary.
« on: February 06, 2012, 08:23:17 PM »
Go on youtube, search it up. So damn scary, because most of it is real.
I won't go to sleep, no thanks.

39
Suggestions & Requests / Realistic water.
« on: February 06, 2012, 01:24:37 AM »
This is probably impossible, but, since they are rewriting the engine, I though they could add better water, that doesn't stay in a block but flows. But this is probably impossible.

40
Add-Ons / Nuke Bomber! V.2 is out!
« on: February 03, 2012, 09:35:43 AM »
The Jet Fighter, but with my own custom nuke!
http://www.mediafire.com/?oc6yvgb26o17vaw


Sorry, the sounds don't work, I'ma fix that later.

Idea: BlockGuy123

Jet: Phydeoux

Video: http://www.youtube.com/watch?v=QxgkPztFXqs&feature=g-all-u&context=G22a969aFAAAAAAAAAAA

It is laggy because that build is 20,000+ bricks.

I just tested this, its very custom, and non laggy even when it destroys a large ammount of bricks, you would have to be on your grandmothers rig to get lag from it.

uxie, its not exactly the same explosion.

Version 2 is out! I made a new video!

Nuke trailer.


Get the mod here


Note: This does not overwrite nor does it require Phydeoux's full FighterJet pack.

41
Off Topic / I have a game idea. (edit: Postponed for a few years.)
« on: January 30, 2012, 06:55:16 PM »
So, the main idea is you battle other people online with a spaceship. Sounds bad? Well, here's a twist: you build your own spaceship. Like, you can make it a spaceship of your dreams. The idea is that you build your own type of spaceship out of "Blocks" (let me get some pics), each block serving a different purpose. Let me give you some pics.

So, some examples of block types:

Empty Block:

roosterpit:

Crew Block:

Engine:


Cargo Blocks can hold air and ammo.
Cargo:


Fuel Tanks hold fuel.
Fuel Tank:


Empty Blocks can also carry fuel, ammo, and air across them from a cargo block to the block that needs a supply.

Fuel Pipe:

Ammo:

Air pipe:


Don't forget to attack your enemy! There's guns!

Gun:

Turret:



So, I hope you get a main idea. Remember, this is just a basic idea, and each of these blocks can be changed a little (Like upgrade cargo block to hold more stuff, more guns, lasers, etc).

Should I improve on this idea? I mean if a lot of people like it, my dad will be willing to code this!





42
Creativity / How I change people. (AKA a political discussion)
« on: January 30, 2012, 12:23:13 AM »

My friend Jason

Gonna add more soon

Pages: 1 2 [3]