Really Big Sky - Free Game Giveaway

Started by Vas, February 28, 2016, 06:19:05 AM

Previous topic - Next topic

Vas

http://store.steampowered.com/app/201570/
I have a steam key for this sitting around, I don't know if it works or not.

Post here if you want to enter the giveaway.  I will pick a random name to give the key to using this script; (THE CODE BELOW IS JUST PROOF OF RANDOMNESS)
https://dl.dropbox.com/u/30270697/Archives/namepicker.py
## Script by Artex Drake
## http://www.icerealm.org/

from random import randint

FILENAME = "names.txt"

namelist = []
for line in open(FILENAME, "r").read().split("\n"):
line_clean = line.strip()
if line_clean != "":
  namelist += [line_clean]


# Analysis
nameCount = len(namelist)
numWinner = randint(0, nameCount - 1)

winner = namelist[numWinner]


# Display
print "Selected name %d/%d: %s" % (numWinner + 1, nameCount, winner)
print

print "Press ENTER when done"
raw_input()


Name will be chosen March 31st.  I may not reply or notice the topic until then, I've set a link to the topic on my calendar to alert me on that day.  If a moderator would like to pin this until then, that'd be great.




A minimum of 10 names must be below before I'll do the game giveaway.
Entered names:
jzero
TheGentlmen
Daman453
Ouan <- Winner
Skissor
Mattzz
keylocke
Bulb
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.

jzero

Quote from: Vas on February 28, 2016, 06:19:05 AM
http://store.steampowered.com/app/201570/
I have a steam key for this sitting around, I don't know if it works or not.

Post here if you want to enter the giveaway.  I will pick a random name to give the key to using this script;
https://dl.dropbox.com/u/30270697/Archives/namepicker.py
## Script by Artex Drake
## http://www.icerealm.org/

from random import randint

FILENAME = "names.txt"

namelist = []
for line in open(FILENAME, "r").read().split("\n"):
line_clean = line.strip()
if line_clean != "":
  namelist += [line_clean]


# Analysis
nameCount = len(namelist)
numWinner = randint(0, nameCount - 1)

winner = namelist[numWinner]


# Display
print "Selected name %d/%d: %s" % (numWinner + 1, nameCount, winner)
print

print "Press ENTER when done"
raw_input()


Name will be chosen March 31st.  I may not reply or notice the topic until then, I've set a link to the topic on my calendar to alert me on that day.  If a moderator would like to pin this until then, that'd be great.

For those of us who have no clue how coding works. How do I use that to enter my name?
Actual cannibal shia labeouf.

Coenmcj

I think it's more a proof that shows others that it's "random" and not picked out cause he likes them. :P

He puts the names of those who are interested (I'm not, please don't sign me up!) and puts their names into a text file, which the script reads from and randomly picks a line, Presumably.
Moderator on discord.gg/rimworld come join us! We don't bite

jzero

Quote from: Coenmcj on February 28, 2016, 11:53:53 PM
I think it's more a proof that shows others that it's "random" and not picked out cause he likes them. :P

He puts the names of those who are interested (I'm not, please don't sign me up!) and puts their names into a text file, which the script reads from and randomly picks a line, Presumably.

soooo by posting i am entered?
Actual cannibal shia labeouf.

Coenmcj

Moderator on discord.gg/rimworld come join us! We don't bite

Vas

You don't enter your own name, you just tell me here that you want the game and I will later put your names in a list to run that code.  It's proof that it is random.
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.

TheGentlmen

I wanna join. Include me in this give away.

Daman453

Quote from: StorymasterQ on February 02, 2016, 08:19:52 PM
For flu, try a cock. If that doesn't work, try boobmilk. Nice.


jzero

in case it wasn't already clear, i wish to join
Actual cannibal shia labeouf.

RickyMartini

Hmm seems like an interesting game, why did you buy it twice?

Vas

Skissor, are you entering?
I didn't buy it twice. I obtained a key ages ago. I didn't like the looks of the game that much so I never used the key.
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.

Ouan

Vas,
   Put me in! This game looks sure to cure me of my lack of epilepsy. I can not wait for a new medical condition!
Damn Pirates!

Vas

Ending soon, I'd like 5 more people to join in.  :P
Click to see my steam. I'm a lazy modder who takes long breaks and everyone seems to hate.

RickyMartini


Mattzz

Sign me up I guess.

You probably won't remember me, Vas. KSP Modding IRC if that rings any bells ;)
QuoteI don't think I am a better driver than everyone else, it's just that they are all worse than me
QuoteThe only way to get good at a game is to not try to replicate the strategies of others