Skip to content

ravirangan09/phaser-solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser Solitaire

This is just an exercise on building Solitaire/Klondike using the excellent Phaser Game engine. My first foray into game programming. Also, did a complete rewrite to a more Object oriented methodology, which is easier for the reader. See commit history on how I started with procedural and then migrated to object oriented code.

Features

  • Unlimited undo
  • New game
  • Drag and drop
  • Page refresh starts same game from beginning

Screenshot

Install

The standard yarn install for nodejs

Run

yarn start for development build yarn build for building production. Need a web server to host production

Uses parcel builder

About

Solitaire / Klondike using Phaser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published