Skip to content

willyyang/almondsandcashews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meteor - Almonds & Cashews

A fun social game where one player is a cashew, and other players are almonds who are trying to find the cashew and vote it out!

The game is live on almondsandcashews.meteor.com.

Disclaimer

This is a a fork of Spyfall. I modified Spyfall's architecture to create this game. This is an unofficial fan project designed for personal use and is not endorsed in any way by the designer or publisher of the actual game

Rules to the game

Goal: the N-1 players to work together to vote out the player with the different item.

Gameplay:

Each player says a sentence about their item, this sentence has to be factual.

"I am edible" "test commit"

One round of AnC is complete when all players has said a sentence about their item. The players publicly discuss and vote for a player to be eliminated for being the cashew. For games of various sizes refer to the table below for voting rounds.

Number of Players Rounds of Gameplay
3-6 Players 3 Rounds of Talking, Vote, 1 Round of Talking, Vote, etc
------------------ ------------------
6-Players Blah

When the cashew has been successfully voted out, it has a chance of redemption by guessing what the others are. If the cashew is successful in guessing the others are almonds, then the cashew wins; otherwise, the almonds wins.

Tips:

Running your own instance with custom locations

Install meteor

Clone the repository:

git clone https://github.com/paulliwali/almondsandcashews ./almondsandcashews

Enter the oddity directory:

cd almondsandcashews/almondsandcashews

Edit the items file as required:

vim lib/items.js

Run the meteor server to test locally:

meteor

Deploy to meteor:

meteor deploy myurl.meteor.com

Links

About

A social game for phone-addicts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.2%
  • CSS 35.3%
  • HTML 20.5%