Download the latest release here :)
This is a remake of BlockQuest.
All assets in assets/
are ripped straight from the original BlockQuest SWF available for download on the blockquest site. Daigo don't sue me :p
- C++20
- OpenSSL
- socket.io-client-cpp
$ git clone https://github.com/sarahkittyy/blockquest-remake
$ cd blockquest-remake
$ mkdir build
$ cd build
$ cmake ..
$ make
The assets/
folder must be in the current directory.
$ cd blockquest-remake
$ ./build/bq-r
Run ./selfsigned.sh
to generate selfsigned.crt
and selfsigned.key
. Set the corresponding variables in .env
:
SSL_KEY=selfsigned.key
SSL_CRT=selfsigned.crt