https://github.com/bitwit/rpgblackjack
Developed originally for TOJam 8
https://github.com/bitwit/rpgblackjack
Last synced: 5 months ago
JSON representation
Developed originally for TOJam 8
- Host: GitHub
- URL: https://github.com/bitwit/rpgblackjack
- Owner: bitwit
- Created: 2013-05-05T03:16:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-30T01:55:29.000Z (almost 13 years ago)
- Last Synced: 2025-10-11T08:56:36.522Z (6 months ago)
- Language: CoffeeScript
- Size: 3.15 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#RPG Blackjack
### Developed for TOJam 8 within in 58 hour period
Current Demo available at http://bit.ly/rpgbj
**Special Thanks** to Graphics Floater *Iain Lew Kee* who did all the art and all the TOJam Volunteers and Sponsors who make this event possible.
#### Gameplay Concept
A Vs. blackjack game in a turn based format. Take turns as the dealer and try to outscore your opponent without busting.
#### Features
* Asynchronous turn based play
* Deck of 52 Cards for real odds adjustments during play
* A somewhat responsive design that fills any screen size
* Built for Webkit based browsers (i.e. Chrome, Safari, Andriod, iOS)
* Written in coffeescript(javascript)