https://github.com/ujjwalvivek/davefuck
Dangerous Dave re-imagined in pure Brainfuck. JS only runs the Brainfuck VM and renders the resulting tape state.
https://github.com/ujjwalvivek/davefuck
brainfuck dave
Last synced: 10 days ago
JSON representation
Dangerous Dave re-imagined in pure Brainfuck. JS only runs the Brainfuck VM and renders the resulting tape state.
- Host: GitHub
- URL: https://github.com/ujjwalvivek/davefuck
- Owner: ujjwalvivek
- License: mit
- Created: 2026-06-18T12:26:09.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-19T17:13:13.000Z (about 1 month ago)
- Last Synced: 2026-06-19T19:15:02.624Z (about 1 month ago)
- Topics: brainfuck, dave
- Language: Brainfuck
- Homepage: https://davefuck.ujjwalvivek.com
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Davefuck




Dangerous Dave written in Brainfuck that runs in the browser, with a ~60KB payload.
Anything happening in game is because `rom/dave.bf` changes cells on a Brainfuck tape. The JavaScript code is just the host for the ROM.
This release is the runnable Brainfuck ROM and web host.
## Controls
| Key | Action |
| ------------------------ | ----------------------- |
| Arrow Left / Arrow Right | move |
| Arrow Up | jump |
| R | restart |
| SPACE | shoot |
| LEFT ALT | jetpack enamble/disbale |
## Commands
```sh
npm run dev # run the browser host at http://localhost:4173
npm test # test the Brainfuck ROM
npm run size # report raw and gzip size for the payload
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE).