Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 953 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 953 Bytes

Jail-Break-Game

How to play

Online

You can play the game through its itch.io page here: https://itzthenikolai.itch.io/jail-break

Windows/Linux

Simply download the latest release for your platform and run the executable within

Other

This game can run on any platform that supports Raylib (And there are a lot of them!). For these platforms, download the source and follow instructions at the Raylib github repo (https://github.com/raysan5/raylib) to build for that platform - You will need to borrow a Makefile from a Raylib example/template depending on your development environment and target.

Build Tests

Development Environment Target Success
Windows Windows_64 (.exe) y
HTML 5 y
Linux (Ubuntu) Linux y

Contrubuting

Any help is much appreciated, especially when it comes to making this game available on as many platforms as possible.