This is my quick take on the boardgame Quarto. The main purpose of this project is to learn more javascript in general and how meteor works in particular.
run meteor from console and go to localhost:3000 and the game should be on.
All installation instructions are for MacOs X.
curl https://install.meteor.com/ | shAdd jasmine and velocity packages for tests
meteor add sanjo:jasmine
meteor add velocity:html-reportersetup mongod server
brew install mongodb
sudo mkdir -p /data/db/
sudo chown `id -u` /data/db[ ] - meteor less files [ ] - groups for advanced rules [ ] - Set advanced or basic rules [ ] - Create game object that keeps track of turns and also for game history. [ ] - AI Api [ ] - Player object could be human or AI