|
|
hai 1 ano | |
|---|---|---|
| .. | ||
| assets | %!s(int64=2) %!d(string=hai) anos | |
| img | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| .gitsubtree | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| application.fam | hai 1 ano | |
| assets.c | hai 1 ano | |
| assets.h | hai 1 ano | |
| constants.h | hai 1 ano | |
| display.h | hai 1 ano | |
| doom.c | hai 1 ano | |
| doom_10px.png | %!s(int64=2) %!d(string=hai) anos | |
| doom_music_player_worker.c | hai 1 ano | |
| doom_music_player_worker.h | %!s(int64=2) %!d(string=hai) anos | |
| entities.c | hai 1 ano | |
| entities.h | hai 1 ano | |
| level.h | %!s(int64=2) %!d(string=hai) anos | |
| sound.h | hai 1 ano | |
| types.c | %!s(int64=2) %!d(string=hai) anos | |
| types.h | hai 1 ano | |
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.
@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