https://github.com/coderobe/cetrinet
another multiplayer tetris game
https://github.com/coderobe/cetrinet
Last synced: 6 months ago
JSON representation
another multiplayer tetris game
- Host: GitHub
- URL: https://github.com/coderobe/cetrinet
- Owner: coderobe
- Created: 2024-01-25T23:46:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T23:47:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T16:33:13.893Z (10 months ago)
- Language: C++
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cetrinet (name subject to change) by coderobe
## Dependencies
- meson
- clang++ (with c++17 support)
- TGUI https://github.com/texus/TGUI **(v 0.8.7)**
- sfml-graphics (required by TGUI)
- nlohmann/json https://github.com/nlohmann/json
- Simple WebSocket Server https://gitlab.com/eidheim/Simple-WebSocket-Server
### Optional
- make
## Build
### On macOS
- Use something like `export PKG_CONFIG_PATH=/usr/local/Cellar/openssl/1.0.2n/lib/pkgconfig:vendor/pkgconfig`
- Run `git clone https://github.com/eidheim/simple-websocket-server vendor/include/simple-websocket-server`
- Extract `https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip` into `vendor/include`
- Build with meson
### With meson
- `CXX=clang++ meson . build`
- `cd build`
- `ninja`
### With make (invokes meson)
- `make`
## Run
- `build/cetrinet`