[Java Demo] Draw 5 Random Cards

preview_player
Показать описание
This is another card game mock up program in Java.

In this programs you can pick up a random playing card.
Рекомендации по теме
Комментарии
Автор

Hello Ryi. I jus wanted to say extra thanks to you. I have seen at least 100 tutorial videos of various things concerning Java. However you are the one that can explain things clearly and you also give more than 1 way to do the same type of thing or to overcome a certain problem. My Java skills have evolved so greatly. I read books and books. To get a firm foundation. But to see how you implement certain things...that has inspired me to craft a game like Magic the Gathering or Yu-gi-oh which I plan to release in about a year. I'm using Java as base code and using Adobe Illuststore and Photoshop to create the graphics and I purchased various sound programs for music and game sound effects. At first I thought that sound found only happen when someone clicks a mouse but I now I know that I can implement music and sound independently with time.schedule class in Java. The video I just created with cards is awesome. One day we should get to know one another and create a game together. And become rich. I have created various games before but never digital. Anyway I talked too much...thanks for listening to me...hope I didn't take too much of your time as I know you are busy crafting new things.

MvpMartell
Автор

Hi, are you calling the cards from a file through an image array or are you using an alternative method like Toolkit to call individual images through the Graphics class?

streetfashiontv
Автор

Lets go with libgdx. Swing is boring. Libgdx has scene2d as well.

AndrewOBannon