November 29, 2024, 12:35:59 AM

1,531,356 Posts in 46,734 Topics by 1,523 Members
› View the most recent posts on the forum.


I just finished the Boyah RPG (a text based adventure)

Started by Daddy, May 15, 2008, 06:33:18 PM

previous topic - next topic

0 Members and 3 Guests are viewing this topic.

Go Down

Daddy

If you don't have python installed SUX 4 U, otherwise feel free to run it.  baddood;
Code Select

cd *Directory where you saved it*
python BoyahRPG.py
is all you should need to run this.  You enter that into command prompt or terminal

For example, if you're on windows and you saved it to C:\Documents and Settings\Huge Faggot\Desktop\BoyahRPG.py you would type
Code Select
cd "C:\Documents and Settings\Huge Faggot\Desktop"
python BoyahRPG.py


If you're on a mac or linux and saved it to, for example, /Users/guywithgoodos/Desktop/BoyahRPG.py you would type
Code Select
cd /Users/guywithgoodos/Desktop
python BoyahRPG.py


have fun with this new game



take that guff,  baddood;


edit:

SCREENSHOTS OF THE ACTION



[attachment deleted by admin]

Full Metal Ryder

AWESOME

But how many times have I told you I don't like you using the word "free"

Nyerp


guff


Daddy

Quote from: Commodore Guff on May 15, 2008, 06:41:33 PM
i just beat it and set a new high score baddood;

how many times did you post and how many were deleted?  baddood;

Daddy

guys i think the sequel will be written in java or php ok


Daddy


Nyerp


Nyerp


Daddy


CHAOS66

You had repots instead of reports.

And it would have been better if it was like this:
Code Select

if choice == 1:
a1 = input("How many times would you like to post?:")
age = input("btw how old are you? ")
a2 = a1 * 9000
print "You posted", a1, "times but", a2, "of your posts were deleted. Ha you fucking", age, "year old!"

CHAOS66

OHMAHGAWD I made one!  :|
let me upload it somewhere

k go to http://uws.exofire.net/adventure/
right-click "boyah2.py" and go to "save link as"

Go Up