|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Basic black jack game
I want to create a black jack game for web site maybe in PHP or Perl with user interface with GUI.
Is there sources that I can start with? Also, is there any web that have example of source code for some games? Thanks! |
|
#2
|
||||
|
||||
|
Those are server-side languages.
GUI means graphical user interface. Don' know why you want "user interface with GUI". Do you want it multi-player? If so, server-side web scripting languages aren't very good for this sort of thing. They're good for text-based games but not card games. Do you want it single player? You're better off with something that won't have to refresh constantly. Code for games? Sure, google it. And I'm actually currently building something that will let you make card games very easily, and will allow the whole multi-player shebang, but that's slightly off-topic, and the project is not yet finished.
__________________
A work in progress: Card Game Platform (Status: On Hold) | Joke Thread “Rational thinkers deplore the excesses of democracy; it abuses the individual and elevates the mob. The death of Socrates was its finest fruit.” |
|
#3
|
||||
|
||||
|
I think PHP would be fine for blackjack, you'd only need to refresh on deal, draw and stand: actions initiated by the user (well, unless you get multiple players involved anyway).
You can simply have card images then just link to them as image tags on the page. The logic behind a blackjack game is very basic and easy to implement in any language.
__________________
medialint.com "Energy has the opportunity to change the climate if it's done right." - Sen. John Ensign, R-Nev. (quoted out of context) |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Game Development > Basic black jack game |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|