-
Notifications
You must be signed in to change notification settings - Fork 3
Game suggestion: Skull king #12
Description
I was looking for repositories that use the boardgame.io package, and came across your repository, which is very polished I must say. I'm impressed of the quality.
I'd like to play the card game Skull King online with my friends and I'm looking for a way to implement this. You can find an overview of the game and its (simple) rules here. My initial plan was to fork a repo and write the game myself, but my React skills are a bit rusty as I'm developing my front-ends in Vue.js mostly nowadays and I haven't found any implementation of the boardgame.io library in combination with Vue.js. So I thought, maybe we can integratie the game as part of this package? Currently this project only offers 2 games which is a pity given how much time obviously went into creating all the logic for running them.
Would you allow the addition of this new game or even help integrating it? I have already started writing the game logic, but I'm having trouble writing the React views and other Javascript bindings to get it to work with this project. What would be a good trajectory to get this a reality? Thanks!