Skip to content

bjelline/CardGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Rails: Treehouse poker

This project was created as a weekend code and design practice session.

Project overview

  1. Unit tests for Card, Hand, Game, and Scoring system for a game of poker. These tests cover card creation, hand ranking and game scoring.
  2. HTML UI including 52 custom cards themed to match the branding of Treehouse. High resolution image resources are included for physical printing using business card stock. (See: /resources)
  3. To play the game run the rails server and visit /home, click Display the winner to show the winning hand. There is currently no betting or discarding system for this game.

What you can learn from this project

  • testing the game logic
  • keeping the game logic in the models

What you should not learn from this project

  • anything frontend. This was a rails 3 project
  • persistance. This game has none

About

Card Game Kata - Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 61.6%
  • SCSS 31.0%
  • HTML 6.2%
  • Other 1.2%