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

Latest commit

 

History

History
32 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.17 KB

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 ?