Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
66% Quality Score
Upvotes Received
17
Posts with Upvotes
13
Upvoting Members
5
Downvotes Received
8
Posts with Downvotes
7
Downvoting Members
4
2 Commented Posts
~173.50K People Reached
Interests
I like Reading various kinds of books-> (Atalntic Code) was near Favorite. I play Tennis .Iam…
Favorite Tags
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Salem
2
52K
Member Avatar for vegaseat

The idea of this thread is to help the beginning Python programmer with hints and helpful code. Please feel free to contribute! If you have any questions start your own thread! The creators of Python are very active, improving the language all the time. Here is a little of the …

Member Avatar for vegaseat
23
34K
Member Avatar for jib
Member Avatar for Doctor Inferno

[b]TEAM A[/b]: includes members whose BC username start with A C E G I K M O Q S U V W [b]TEAM B[/b]: includes members whose BC username start with B D F H J L N P R T X Y Z [b]SCORE Board[/b] Team A: 4 Team …

Member Avatar for cproger
9
45K
Member Avatar for tayspen

This is an on going story, each post adds 3 words to continue the story (no more than three words). Try not to post two times in a row ;) ill start I like this...

Member Avatar for avishek12345
1
4K
Member Avatar for Miggle321

[B]Hello People i was wondering if anyone knows if there is a game out there that is like wow( World Of Warcraft ive played wow 10 day free trial and a 30 member whan i got the starter pack and its fun but i dont have a credit card so …

Member Avatar for Chickzer
0
496
Member Avatar for Yzk
Member Avatar for Scuppery

Ok everyone the object of this game is to simply - answer the post above without saying "yes", "no", or "sometimes" or any variation of them. For example: Do you like rock music? Wrong Answer: "yes or yep, yeah, etc. Correct Answer: "I love rock music, i think it is …

Member Avatar for azareth
0
1K
Member Avatar for Ene Uran

Just a simple console blackjack game. The bread and butter code was written with lots of comments, so you can improve on it. Really, the most important part is figuring out when an ace is 11 in value and when it is a 1 in value, so you don't bust.

Member Avatar for s4bb4t
1
8K
Member Avatar for Zemfik

so, i have a long-time (lol like longer than some of ya'll have been living hah)very good /middle school/high school/college friend that is moving off to california next week, and that coupled with the word association game has gotten me to thinkin of all the games we would play when …

Member Avatar for Kraai
0
234
Member Avatar for iamthwee

"A starved man wanders into the depths of a foreboding wilderness in the dark of the night with a shotgun. The only light is that which shines from the full moon casting shadows on the forest floor. Just as the young man crosses an opening in the foliage he sees …

Member Avatar for diafol
1
386
Member Avatar for jib

I need to create an application that displays math problems by randomly generating two numbers, 1 through 10, and an operator (*, -, /, +) and prompts the user for an answer. The application should check the answer and display a message, display the correct answer and generate a new …

Member Avatar for killbill07
1
284
Member Avatar for kakaliki

Not sleeping of course. i am badly in need to understand c++ topics. especially maths questions to be solved in c++. i am familiar with the beginner topics. i start to stuck with arrays, pointers and as mentionned above the maths :?:

Member Avatar for kakaliki
0
97
Member Avatar for tgaudet

Hi everyone. Just stumbled across this site a couple fo days ago and since I'm always interested in IT sites thought I would give it a looksee..... I haven't had much of a chance to look around yet so I can;t say much. Me- well, I'm a prgrammer running my …

Member Avatar for jib
0
205
Member Avatar for jib

Hello guys Iam having Visual Basics this year Sp can anyone show me an example of a madLib program>So far I have done little on it but my tutor told me to go and other madlibs by dfferent people> So does any have an Idea about mad libs?

1
78
Member Avatar for jib
Member Avatar for jib
1
4K
Member Avatar for tomtetlaw

Does anyone know about any companies, however big or small use python in any part of their game programing? I'v looked around the web to try and find some but i cant seem to find any, any help would be apreciated.

Member Avatar for jib
0
37
Member Avatar for jib
Member Avatar for jib

[B][COLOR="Green"][B]I have done the blackjack program but every time i run it shows an error here is the code: P.S. I also need to show the value of the card[names of the cards e.g Jack etc[/B][/COLOR][/B] [CODE]import random as r def define_cards(c): rank_suit=["ace","two","three","four","five","six","seven","eight","nine","ten","jack","queen","king"] suit_rank=["clubs","spades","heatrts","diamonds"] for suit in range(4): for rank …

Member Avatar for jib
1
105
Member Avatar for jib

:) I am a 9th grader and I am still in high skill. As you may not know this a program that is featured in our school so i was suprised to learn many of the memebers were not of average intel. I just Daniwen community last week because i …

-1
49
Member Avatar for jib

[B]############################### [COLOR="Green"]# PROLOG SECTION # hangman.py # Program to play the traditional game of hangman. # The computer picks a word and the player # has to guess it before he has made 7 wrong # guesses of letters in the word. # Each time the user makes an incorrect …

Member Avatar for jib
0
831
Member Avatar for jib

• shooter_clicked(x,y): This function is called when the shooter turtle is clicked on the screen. If the bullet not already moving, this function sets a global flag to cause the bullet to start moving upward. • Set the window dimensions and title. Call setup() to draw the window. • Set …

1
5K
Member Avatar for jib

[B][INDENT]below is the tutorials for developing the program i had a hard time with it. Part 1: Blackjack Card Game Blackjack is a card game played in casinos. The game is also called Twenty-One. Blackjack came originally from France, where it is called Vingt-Et-Un (21). The goal for both the …

Member Avatar for woooee
0
355
Member Avatar for jib

the point of the game is to shoot the bouncing ball. However i am trying to make the shooter move from left ot right any help is appreciated[code]from turtle import * from random import * import winsound import math def shooter_clicked(clickx,clicky): global start start=True return setup(600,400) maxx = 300 maxy …

0
56