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
- Host: GitHub
- URL: https://github.com/oxguy3/blockdude
- Owner: oxguy3
- Created: 2013-12-05T08:09:24.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-04-07T00:12:13.000Z (almost 11 years ago)
- Last Synced: 2025-01-18T08:25:57.614Z (about 1 year ago)
- Topics: game, puzzlescript, ti-calculators
- Language: HTML
- Homepage: https://oxguy3.github.io/blockdude/
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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