unleashed-firmware/applications/external/doom
2023-07-24 00:01:18 +03:00
..
assets Doom fixes and updates 2023-07-24 00:01:18 +03:00
img Doom fixes and updates 2023-07-24 00:01:18 +03:00
.gitignore Doom fixes and updates 2023-07-24 00:01:18 +03:00
application.fam Doom fixes and updates 2023-07-24 00:01:18 +03:00
assets.c Doom fixes and updates 2023-07-24 00:01:18 +03:00
assets.h Doom fixes and updates 2023-07-24 00:01:18 +03:00
constants.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
display.h Doom fixes and updates 2023-07-24 00:01:18 +03:00
doom.c Doom fixes and updates 2023-07-24 00:01:18 +03:00
doom_10px.png Move plugins to external folder 2023-03-15 01:25:18 +03:00
doom_music_player_worker.c Move plugins to external folder 2023-03-15 01:25:18 +03:00
doom_music_player_worker.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
entities.c Move plugins to external folder 2023-03-15 01:25:18 +03:00
entities.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
level.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
README.md Doom fixes and updates 2023-07-24 00:01:18 +03:00
sound.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
types.c Move plugins to external folder 2023-03-15 01:25:18 +03:00
types.h Move plugins to external folder 2023-03-15 01:25:18 +03:00

Doom Flipper Zero edition

Will it run Doom?

As tradition goes, Doom is being ported to almost every possible embedded electronic device. Therefore I did an attempt to come up with something close to Doom and still compatible on the Flipper Zero's hardware. This is not the actual Doom game but a port made from yet another Doom port to the Arduino Nano - https://github.com/daveruiz/doom-nano/. This port is basically a raycasting engine, using Doom sprites. This version is very basic and might be improved over time.

Credits

@xMasterX - Porting to latest firmware using new plugins system, fixing many issues, adding sound @Svaarich - New logo screen and cool icon @hedger - uFBT fixes and some bugfixes @p4nic4ttack - First raw implementation based on doom-nano