On a winter day in early 2015, I decided to start this series of posts on creating an AngularJS project from scratch. The first post has a lot more information, but this page is here as a guide to show what I’ve covered so far as well as a preview of what is to come.
- Project Setup and Introduction
- Game Controller
- Unit testing setup
- Game Controller into Directive
- Player Service
- Create Player
- Score
- Reset
- Injecting into Game Controller and assigning
- Unit Tests
- Card/Deck Service via TDD
- Create Deck
- Shuffle
- Deal
- Injecting into Game Controller
- Unit Tests
- File Concatenation with Gulp
- More Gulp Tasks
- Game Service
- Deal cards to player
- Hit
- Stay
- Bust
- The Dealer Service
- Rules
- User Experience
- CSS
- $timeout
- Deployment
- Github.io
- External Modules
- Keyboard