Skip to content

hiattp/pond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pond: Eat your friends!

In this Facebook app (game) you are a fish trying to eat as many other smaller fish as possible, while avoiding larger fish. Other fish are a combination of "bots" and your friends/other users. This game is written in Node.js, and designed for deployment to Heroku.

Run locally

Install dependencies:

npm bundle install

Copy the App ID and Secret from the Facebook app settings page into your .env:

echo FACEBOOK_APP_ID=12345 >> .env
echo FACEBOOK_SECRET=abcde >> .env

Launch the app with Foreman:

foreman start

About

Eat your friends!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors