Free open-sourced online munchkin-inspired game for your linux/windows desktop, written in C++.
- Multiplayer game by LAN for 2-4 players
- Munchkin-like gameplay
- Statistics of card is tracked and saved locally
- Text chat
- Creation of your own cards (not user-friendly)
Meowchkin uses a number of open source projects to work properly:
- boost - Multiplayer handling and other cool features.
- raylib-cpp - For awesome 2D graphics.
- raygui - For easier UI development.
- sqlite3 - To track your statistics.
- nlohman - For convinient work with JSON's.
- gtest - For backend testing.
TODO
Install dependencies (ubuntu commands):
sudo apt update && sudo apt upgrade
sudo apt install git build-essential libboost-all-dev sqlite libsqlite3-devClone repo & run build system:
git clone https://github.com/mmalofeev/Meowchkin.git
cd Meowchkin/build/
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
makeAnd wait. It can take a few minutes
Launch:
./meowchkinTODO
You can add card without changing source code and recompliling whole project. To make it, describe card in it's JSON file.
TODO: straightforward instructions
Example of card description:
Under the guidance of Malofeev Mikhail
MIT




