Hello,
So I have started to learn java from scratch, and I love it, any time spare I try to create programs (nothing complex yet)
Pontoon Card Game – How to Win Pontoon Pontoon is considered a variation of blackjack, while others just consider is a unique game. However, we owe the Aussies one for creating Pontoon by from the American blackjack game, Spanish 21. The game operates on the same principles that 21 or blackjack uses. The last one I have done is the game Pontoon, blackjack or 21, many names. It works to how I would like it to, but only to the knowledge that I have. I was wondering if anyone could give me tips on how to be more effective in my language writing, making the code shorter etc.
The last one I have done is the game Pontoon, blackjack or 21, many names.
- How to Play Strip Poker. Do you like poker, but want to raise the stakes? Try a flirty and mature version of the classic card game, one in which adult players can literally lose the shirts off their backs— and maybe more.
- This guide shows you How To Play Pontoon.Watch this and other related films here - http://www.youtube.c.
It works to how I would like it to, but only to the knowledge that I have.
I was wondering if anyone could give me tips on how to be more effective in my language writing, making the code shorter etc
I am aware that using arrays would be a lot more effective than the methods I have used to create the cards. But at present we have not been taught arrays so I didnt want to use anything I have yet been taught.
I also only use notepad and command prompt so nothing is fancy in text or colour, and why for example line 15 and 16 are the way they are (user freindlyness) so that text isnt cut out half way through a word
Thank you for any feedback.
Is it ok to post complete code like this? sorry if its not
- 5 Contributors
- forum9 Replies
- 651 Views
- 1 Day Discussion Span
- commentLatest PostLatest Postby Morney
Recommended Answers
Given the restriction of not using stuff you haven't been formally taught yet, I think you're doing very well. That's nice code, properly designed, formatted, commented etc. It looks quite professional. We see a lot worse code posted here.
The sooner you can start working with more of the language …
I've started learning Java from Scratch and this looks awesome to me, i wouldn't change anything, if you really feel like it's annoying you, try Bluej's auto layout feature, may make it look a little neater to you if anything, but it looks great.
Pontoon Card Game Rules
Jump to Postif you are just learning, I would not recommend starting to use features of IDE's that (re-)write your code for you. yes, they come in handy, but, and especially when learning, since you will get the results, but, not necessarily in a 'developer-friendly' way (now I'm thinking about the GUI …
Jump to PostPlay Card Games online, free
All 9 Replies
Pontoon Card Game
Given the restriction of not using stuff you haven't been formally taught yet, I think you're doing very well. That's nice code, properly designed, formatted, commented etc. It looks quite professional. We see a lot worse code posted here.
The sooner you can start working with more of the language the better.