Port of Wolfenduino to Flipper Zero, recreating the Escape from Wolfenstein shareware episode with original-style gameplay adapted for the device.
  • C++ 90%
  • C 6.4%
  • Python 3.2%
  • Batchfile 0.4%
Find a file
ApertureFox Technology f7e9b76da0
Update README.md
2026-03-10 18:21:33 +03:00
.github/workflows (REPO): add workflow 2026-02-06 13:28:21 +03:00
assets (ASSETS): del save 2026-02-06 14:05:00 +03:00
game (AUDIO): use system flag 2026-02-21 23:34:43 +03:00
lib (AUDIO): use system flag 2026-02-21 23:34:43 +03:00
package (PORT): fx data path fix 2026-01-22 10:00:50 +03:00
.gitignore (PORT): add fx sources 2025-12-26 21:37:13 +03:00
application.fam (REPO): appstore 2026-01-25 11:09:49 +03:00
APPSTORE.md (REPO): update readme 2026-01-22 10:09:43 +03:00
ArduboyFX.cpp (PORT): fx data path fix 2026-01-22 10:00:50 +03:00
CHANGELOG.md (PORT): add source files 2025-12-26 21:32:50 +03:00
inline.py (GAME): add exit 2025-12-28 20:50:42 +03:00
LICENSE Update LICENSE 2026-03-10 18:16:46 +03:00
main.cpp (PORT): fix race 2026-02-22 00:07:28 +03:00
manifest.yml (REPO): add workflow 2026-02-06 13:28:21 +03:00
README.md Update README.md 2026-03-10 18:21:33 +03:00
Wolfenduino.png (REPO): format 2025-12-28 23:04:43 +03:00

Wolfenduino

alt text

Wolfenduino is a demake of id software's Wolfenstein 3D for the Arduboy FX.

The game recreates the classic shareware episode "Escape from Wolfenstein" with original-style gameplay adapted for portable hardware.

This project is a port of the original WolfenduinoFX project.

Features

  • 10 Levels based on the shareware episode 'Escape from Wolfenstein'
  • Enemies, weapons and secret push walls, all based on the original game
  • Four difficulty levels
  • An auto-save system that saves your progress at the end of each level
  • A high score table

output

Screenshots

screen2 screen3
screen4 screen5
screen6 screen1

Controls

s3

  • Use directional pad to move
  • Press B to shoot
  • Hold A to strafe
  • Double tap A to switch between weapons
  • Press return and down to exit in menu
  • Press return in menu to exit from game

Original

JhhowardWolfenduino