An online Multi-Player Meme Party Game written in Swift
An online Multi-Player Meme Party Game written in Swift.
That’s right 100% Swift.
This Game is pretty much an online version of What do you Meme, to get us through quarantine…
It is implemented with a Vapor Server and a Web Assembly Client communicating over web sockets.
This project consists of four targets:
The GitHub Actions setup for this project will on every commit in main:
Right now all the memes and captions for the game are stored in deck.json
.
It’s not a lot, but enough for a first prototype.
Feel free to expand it or reuse it in any way.
Contributions are welcome and encouraged!
This game is no where near finished.
The UI can be improved significantly:
The memes and captions data set could always be expanded.
And perhaps we should move to storing these in a database and provide multiple options for decks (i.e. Programmer Humor, Game of Thrones, etc.)
This project is available under the MIT license. See the LICENSE file for more info.