|
Post by Hurgerin on Oct 21, 2017 14:11:27 GMT
#:
|
|
|
Post by Hurgerin on Oct 21, 2017 17:06:38 GMT
Toad venom is creating elvish phase of consciousness.
|
|
|
Post by Hurgerin on Oct 23, 2017 15:15:58 GMT
class Joker def initialize player1 = 0 player2 = 0 game = true while game mistake = true a = 0 p "Player 1: Enter number from 0 to 1." while mistake a = gets.to_f if a >= 0.0 && a <= 1.0 mistake = false else p "Try, again." end end mistake = true b = 0 p "Player 2: Enter number from 0 to 1." while mistake b = gets.to_f if b >= 0.0 && b <= 1.0 mistake = false else p "Try, again." end end collide = a + b if collide >= 1 p "BUM!!!" if a > b p "Player 1 get point." player1 += 1 elsif a < b p "Player 2 get point." player2 += 1 else puts "Remis." end else p "MISS!!!" p "Player 1 loose " + a.to_s + " points!" p "Player 2 loose " + b.to_s + " points!" player1 -= a player2 -= b end game = false if player1 > 10 || player2 > 10 end if player1 > player2 p "Player 1 win! Score " + player1.round.to_s elsif player1 < player2 p "Player 2 win! Score " + player2.round.to_s else p "Remis!" end end end
Joker.new
The main game of black holes.
|
|
|
Hurgerin
Oct 27, 2017 17:23:23 GMT
via mobile
Post by Hurgerin on Oct 27, 2017 17:23:23 GMT
Justyna, Oktawia.
|
|
|
Hurgerin
Oct 27, 2017 17:24:58 GMT
via mobile
Post by Hurgerin on Oct 27, 2017 17:24:58 GMT
ACTIVATE FLOWER OF LIFE PORTAL
|
|
|
Post by Hurgerin on Nov 1, 2017 16:33:34 GMT
#: TRZY SZMARAGDOWE ŻOŁĘDZIE TO ROPUCHA
Now we have full power of simulation.
|
|
|
Post by Hurgerin on Nov 1, 2017 16:41:31 GMT
First symbol (moon/silver nucleus) is wolf, second symbol (sun/gold nucleus) is troll, third symbol (nature/green nucleus) is toad, fourth symbol (fire/plasma nucleus) is dragon.
Enter this to simulation code, this will be next infinity loop.
|
|