Skip to content

sarahkittyy/blockquest-remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bq-r GitHub tag (latest by date)

Download the latest release here :)

Roadmap

This is a remake of BlockQuest.

Run Jump Dash Climb Wallkick

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

Dependencies

Building

$ git clone https://github.com/sarahkittyy/blockquest-remake
$ cd blockquest-remake
$ mkdir build
$ cd build
$ cmake ..
$ make

Running

The assets/ folder must be in the current directory.

$ cd blockquest-remake
$ ./build/bq-r

HTTPS Development

Run ./selfsigned.sh to generate selfsigned.crt and selfsigned.key. Set the corresponding variables in .env:

SSL_KEY=selfsigned.key
SSL_CRT=selfsigned.crt