Pong420 / boardgame

An online board game playground. Including lobby, chat
http://play-boardgame.herokuapp.com/
MIT License
12 stars 3 forks source link

Game suggestion: Skull king #12

Open thijsw opened 3 years ago

thijsw commented 3 years ago

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!

Pong420 commented 3 years ago

Sorry I can’t. I am focusing on the other project and I am not interested in the project at this time.

Maybe you could take a look this project. https://github.com/freeboardgames/FreeBoardGames.org

Pong420 commented 3 years ago

boardgame.io support PainJS. see https://boardgame.io/documentation/#/tutorial?id=setup

And the react related code only one file. https://github.com/boardgameio/boardgame.io/blob/master/src/client/react.tsx

So you could try to create a similar in VueJS.