https://github.com/cbarrick/blockdude
HTML port of Block Dude by Brandon Sterner
https://github.com/cbarrick/blockdude
Last synced: 3 months ago
JSON representation
HTML port of Block Dude by Brandon Sterner
- Host: GitHub
- URL: https://github.com/cbarrick/blockdude
- Owner: cbarrick
- Created: 2015-07-11T19:58:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T05:30:37.000Z (about 7 years ago)
- Last Synced: 2025-01-11T04:14:04.464Z (5 months ago)
- Language: JavaScript
- Homepage: cbarrick.github.io/blockdude
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockdude
This is a quick and dirty JavaScript remake of the classic [BlockDude by Brandon Sterner](https://www.ticalc.org/archives/files/authors/3/322.html), originally for TI-83 the calculator.
The graphics are lame. That's not really my thing.
You may need to disable ad and privacy blockers to load the game. These tools break the game by blocking `keypress.js`. You can review the script served to the game [here](http://cbarrick.github.io/blockdude/keypress/keypress.js) and check out the Keypress project home page [here](http://dmauro.github.io/Keypress/).
Keypress is by David Mauro and released under the Apache license. A copy of that license is included in the Keypress submodule included in this repo. All other code is released to the public domain.