Skip to content

wemyss/board-with-friends

Repository files navigation

Board with Friends

2D sidescroller snowboarding game with friends


OpenGameArt Credit

We'd like to acknowledge the use of music and button assets from OpenGameArt. The content on OpenGameArt is free of copyright and open source. Thanks goes to the contributors!


Getting started

If you don't already have NodeJS 10.x installed, use brew install node to install it on macOS. For other OS's see this guide.

  1. Clone this repository
  2. cd into the root of the repository and run npm install to install dependencies
  3. npm start to start development server for the client. (runs on localhost:1234)
  4. npm run server to run the NodeJS game server (run this at the same time as the client to dev)
  5. npm run lint to run the linter before creating a pull request

Facebook integration

Local development

  1. npm run start:fb - go to https://localhost:1234 and accept the self signed certificate
  2. Then go to: https://www.facebook.com/embed/instantgames/270512940269917/player?game_url=https://localhost:1234 to see your app in facebook embed
  3. npm run server to run the server
  4. Note that to get multiplayer working you will need to disable mixed content protection in your browser

Remote

  1. Go to https://ec2-13-211-203-242.ap-southeast-2.compute.amazonaws.com:8443/ and add the security certificate to your exception list
  2. Play game at: https://www.facebook.com/instantgames/270512940269917/

Deployment

Client

  1. npm run build
  2. Upload dist.zip to dev console facebook
  3. Change production to the new build
  4. Test

Server

  1. sh upload-server-to-aws.sh
  2. ssh into the server
  3. Run run-server.sh

Workflow

  1. Create a new branch - git checkout -b my_new_feature
  2. Do all the work
  3. Push up branch to GitHub
  4. Completed task? Create a Pull Request and add reviewers

Colour palette

The colour palette for the project can be found here.


Useful links

About

Board with Friends - 2D sidescrolling, snowboarding game with friends

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published