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.66K 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
Member Avatar for vegaseat

Mind if add some tutorials of mine? i am currently doing python and i am near done with this course. I am moving to Visual Basics. If those are really your writings, you can add them as tutorials, but not in this particular thread!

Member Avatar for vegaseat
23
34K
Member Avatar for jib
Member Avatar for Doctor Inferno
Member Avatar for tayspen
Member Avatar for Miggle321
Member Avatar for Yzk
Member Avatar for Scuppery
Member Avatar for Ene Uran

Can you actually assign values e.g king"queen, I am having trouble displaying the values of the cards.

Member Avatar for s4bb4t
1
8K
Member Avatar for Zemfik

Crosswords!? Shouts Mr Quackers Quackering He rans aound the room wailing " I have a dicken in a puzzle"....

Member Avatar for Kraai
0
234
Member Avatar for iamthwee

[COLOR="Green"]Why take a risk . There is a rule in the law of nature " Only th fittest Survive" , So it depends on the rabbit whether he can lead me to another tasty morsel else, I shoot him and take my chances[/COLOR].[B][/B]

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

[COLOR="Green"]Welcome to Daniweb community! Iam just curious since Iam taking c++ too did you take Visual Basics/4/5/6?[B][/B][/COLOR]

Member Avatar for kakaliki
0
97
Member Avatar for tgaudet

Welcome! to Daniweb! [COLOR="Green"]We help each other to the best of our ability. I assure you , you will be glad you joined our community[/COLOR].[B][/B]

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

I am new but why don't you try texting pygames.com they have some pretty cool games.

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
106
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
840
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
358
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
58