Skip to content

oskararnstrom/quarto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarto

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.

Usage

run meteor from console and go to localhost:3000 and the game should be on.

Dependencies

All installation instructions are for MacOs X.

node.js

meteor.js

curl https://install.meteor.com/ | sh

Test framework

Add jasmine and velocity packages for tests

meteor add sanjo:jasmine
meteor add velocity:html-reporter

setup mongod server

brew install mongodb
sudo mkdir -p /data/db/
sudo chown `id -u` /data/db

TODO

[ ] - 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

About

My take on a meteor implementation of quarto.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%