Games Achievements My Kong Sign In

l626485's Comments

Comment

World Rebellion II

Play World Rebellion II

Feb. 15, 2012

Rating: 3

static public string RollDice() { System.Random myrand = new System.Random(); int one; int two; repeat: one = myrand.Next(6); two = myrand.Next(6); if (one > two) { return "one"; } else if (one < two) { return "two"; } else { goto repeat; } } Rolling dice isn't that hard.

World Rebellion II

Play World Rebellion II

Feb. 05, 2012

Rating: 17

This would make a good Google+ app.

Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms of Service Privacy Policy Code of Conduct
© 2026 Kongregate