ynnckth / jumpnrun

Configurable maps for a simple jump n' run game

Home Page:https://ynnckth.github.io/jumpnrun/?message=hello-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jump n' run!

A simple jump & run platformer browser game with customized messages rendered on the map

Usage

The following URL query parameters control the message shown as part of the map and also the winning message:

?message=<your message as string or base64-encoded>
?won=<your message as string or base64-encoded>
?level=<level number (optional)>
?encoded=<set this to true if the messages above are provided encoded (optional)>

Simply append them to the URL, for example as such:

https://ynnckth.github.io/jumpnrun/?message=hello-world&won=you%20win

Or with encoded messages: 
https://ynnckth.github.io/jumpnrun/?message=aGVsbG8td29ybGQ=&won=eW91IHdpbg==&encoded=true

For encoding a message you can use any online base64 encoder, for example:

https://www.base64encode.org/

Use in conjunction with a QR-code generator like:

https://www.qr-code-generator.com/

About

Configurable maps for a simple jump n' run game

https://ynnckth.github.io/jumpnrun/?message=hello-world


Languages

Language:TypeScript 98.4%Language:CSS 1.1%Language:HTML 0.5%