Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Isammoc/grails-blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grails-blackjack

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

Blackjack simulation in Grails

Available demo : http://blackjack.unevraivie.fr/

License

This project is under AGPL license. A copy might be provided in LICENSE.txt. Otherwise, you can get one at: http://www.gnu.org/licenses/agpl.html

Why ?

During an event on developpez.com, we might create a game in a week-end. I had to learn the grails framework for my job, so I chose this one to participate to the event.

Features

  • users management (registration, login)
  • main game feature (deal, hit, stand, double down, surrender)

What next ?

  • More game features
    • modify bet value
    • split
    • several (1-7) players on the same table
    • time limit for multiplayer table
  • better users management
    • mailing list
    • account management (password modification, avatar)
  • Others games ?