An open API service indexing awesome lists of open source software.

https://github.com/oxguy3/blockdude

The classic TI-OS PuzzPack game, ported into PuzzleScript
https://github.com/oxguy3/blockdude

game puzzlescript ti-calculators

Last synced: 2 months ago
JSON representation

The classic TI-OS PuzzPack game, ported into PuzzleScript

Awesome Lists containing this project

README

          

BlockDude
=========

The classic TI-OS PuzzPack game, ported into PuzzleScript. If you haven't heard of it before, you can read the original version's documentation [here](http://www.detachedsolutions.com/puzzpack/blockdude.php).

## How to play
Simply open index.html in any HTML5-compatible web browser and start playing! Use the arrow keys to move and X or SPACE to pick up/put down blocks. You can restart a level by pressing R or undo a move by pressing Z.

If you are on a mobile device, you can use the mobile.html file instead. It uses [this virtual pad](http://www.emanueleferonato.com/2013/11/27/add-a-virtual-pad-to-play-your-hml5-games-made-with-puzzlescript-on-mobile-devices/) to make the game playable without a keyboard.

## License

This project is free software and is released under the terms of the [GNU General Public License version 3](https://gnu.org/licenses/gpl-3.0.txt).

## Credits
* [Stephen Lavelle](http://www.increpare.com/) created the fantastic PuzzleScript engine this game was made with.
* Brandon Sterner, Dan Englender, and Jason Kovacs developed the original version of Block Dude.
* Detached Solutions created [extremely convenient full level images](http://www.detachedsolutions.com/puzzpack/blockdude.php) that saved me a ton of time.
* Emanuele Feronato wrote the [virtual pad](http://www.emanueleferonato.com/2013/11/27/add-a-virtual-pad-to-play-your-hml5-games-made-with-puzzlescript-on-mobile-devices/) used in mobile.html