Minecraft PC IP: play.cubecraft.net

MagnificentSpam

Forum Expert
Mar 16, 2016
2,306
2,238
298
lz7hOlC.gif

Oh boy
 

Power Ranger

Forum Professional
Apr 20, 2016
4,294
6,813
558
23
The ♡
www.cubecraft.net
Oki I'm a pro coder so here's my entry
Source:
import java.util.*;
public class GameJam {

static String x;
static String y;

public static void main(String[] args) {
System.out.println("Which Power Ranger are you? (Red, Blue, Pink)");
Scanner ranger = new Scanner(System.in);
x = ranger.nextLine();
if (x.equals("Blue") || x.equals("blue")) {
System.out.println("Lord Zedd appears but you defeat him in one blow.");
}else if (x.equals("Red") || x.equals("red")) {
System.out.println("Lord Zedd appears. Call the blue ranger for help? (Yes/No)");
Scanner help = new Scanner(System.in);
y = help.nextLine();
if (y.equals("Yes") || y.equals("yes")) {
System.out.println("The blue ranger shows up in an instant and defeats Lord Zedd in one blow");
}else {
System.out.println("Without the blue ranger's help you fail.");
}
}else if (x.equals("Pink") || x.equals("pink")) {
System.out.println("Lord Zedd appears. Call the blue ranger for help? (Yes/No)");
Scanner help = new Scanner(System.in);
y = help.nextLine();
if (y.equals("Yes") || y.equals("yes")) {
System.out.println("The blue ranger shows up in an instant and defeats Lord Zedd in one blow");
}else {
System.out.println("Without the blue ranger's help you fail.");
}
}else {
System.out.println("That's not an option, sorry");
}
}
}
So @Mac how about making me lead dev of cubecraft?
 
  • Like
Reactions: MagnificentSpam

Ping Ether

Forum Veteran
Jun 2, 2016
2,713
6,170
459
20
Italy
Oki I'm a pro coder so here's my entry
Source:
import java.util.*;
public class GameJam {

static String x;
static String y;

public static void main(String[] args) {
System.out.println("Which Power Ranger are you? (Red, Blue, Pink)");
Scanner ranger = new Scanner(System.in);
x = ranger.nextLine();
if (x.equals("Blue") || x.equals("blue")) {
System.out.println("Lord Zedd appears but you defeat him in one blow.");
}else if (x.equals("Red") || x.equals("red")) {
System.out.println("Lord Zedd appears. Call the blue ranger for help? (Yes/No)");
Scanner help = new Scanner(System.in);
y = help.nextLine();
if (y.equals("Yes") || y.equals("yes")) {
System.out.println("The blue ranger shows up in an instant and defeats Lord Zedd in one blow");
}else {
System.out.println("Without the blue ranger's help you fail.");
}
}else if (x.equals("Pink") || x.equals("pink")) {
System.out.println("Lord Zedd appears. Call the blue ranger for help? (Yes/No)");
Scanner help = new Scanner(System.in);
y = help.nextLine();
if (y.equals("Yes") || y.equals("yes")) {
System.out.println("The blue ranger shows up in an instant and defeats Lord Zedd in one blow");
}else {
System.out.println("Without the blue ranger's help you fail.");
}
}else {
System.out.println("That's not an option, sorry");
}
}
}
So @Mac how about making me lead dev of cubecraft?
Here, have an owner rank.
I just noticed the game is about Power Rangers ;-;
 

superjesse07

Well-Known Member
Sep 9, 2016
7
9
78
22
I am just going too upload the game with only the tutorial level because i made a mistake in my level editor and i am not going to make all those levels again
 
  • Like
Reactions: FalseHonesty

Mac

Forum Expert
Nov 24, 2015
617
5,085
383
30
Four entries so far, getting close to last chance to submit something!
 
Members Online

Team online

Latest posts

Latest profile posts

May the 4th be with you
SpringWarz wrote on Fesa's profile.
Stop complaining about people putting their names in bug reports, thank you!
Currently working on “New Skyblock Island” suggestion #7! It might be the most detailed one yet.
EpicShotz1432 wrote on yousif1playz's profile.
Happy birthday 🎉
EpicShotz1432 wrote on Maxminedigger's profile.
Happy birthday 🎂
Top Bottom