buddypond
buddypond copied to clipboard
Building out Graphical Interface for the Fishing Game and Fishing Data Charts
We have a Fishing game available that rewards Good Buddy Points for catching fish.
The current version of the game client exists only in Discord ( the backend is a separate API service ).
We wish to create an actual game interface for the browser so when a user opens the fishing app inside buddypond ( http://buddypond.com/app/fish ) they can fish the pond and get rewards.
This will involve building out the game GUI and connecting the game to our existing backend services.
You can find the core game logic and data ( shared with the backend ) here: https://github.com/buddypond/buddypond/blob/master/v5/apps/based/fishing/lib/api.js
A good start would be to create Chart.js views of the Rarity and data distribution of Fish, Items, and Mutations.
I have added the initial stubs for charting here https://github.com/buddypond/buddypond/blob/master/v5/apps/based/fishing/fishing.js