Tag Archives: pontoon

Five Hundred Card Game Flow Tutorial

Sometimes web applications need that “modal” quality that the Javascript popup boxes, specifically our use of the window.alert([information]) Javascript popup window for the Five Hundred Card Game. The reason is that given the Javascript client side’s lack of a true … Continue reading

Posted in eLearning, Event-Driven Programming, Games, OOP, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Five Hundred Card Game Bidding Tutorial

We’re introducing another Card Game into the mix of the Draw Poker and Pontoon functionality from the Draw Poker Card Game Bidding Tutorial of a couple of days back. That card game is Five Hundred, and if you know this … Continue reading

Posted in eLearning, Event-Driven Programming, Games, OOP, Tutorials | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Draw Poker Card Game Bidding Tutorial

Yesterday’s Pontoon Card Game Bidding Tutorial added a “bidding” functionality part to our Pontoon Card Game web application, and set us to thinking of introducing another card game into the mix that capitalises on the potential synergies with Pontoon, and … Continue reading

Posted in eLearning, Event-Driven Programming, Games, OOP, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Pontoon Card Game Bidding Tutorial

Today we are adding an optional bidding functionality part to the “Pontoon Card Game” web application started with yesterday’s Pontoon Card Game Primer Tutorial. The concept of a “bid” in a card game can be thought of as either … … Continue reading

Posted in eLearning, Event-Driven Programming, Games, OOP, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment

Pontoon Card Game Primer Tutorial

Today’s Pontoon (sometimes known as Blackjack) Card Game web application has no “instanceof” operator usage as yesterday’s Javascript instanceof Food Emoji Guessing Game Tutorial did, but the Object Oriented Programming (or OOP) connections with the Javascript is very strong today, … Continue reading

Posted in eLearning, Event-Driven Programming, Games, OOP, Tutorials | Tagged , , , , , , , , , , , , , | Leave a comment