lemmings_3ds
lemmings_3ds copied to clipboard
Lemmings for 3DS (homebrew)
Add blinking eyes. Add scroller lemmings. Show current game (since some of them look identical like Xmas 1991 and Xmas 1992; or original and original demo). Show level preview when...
Implement the things mentioned here: [doc/mechanics/@Lemmings_mechanics014.txt](https://github.com/esoteric-programmer/lemmings_3ds/blob/master/doc/mechanics/%40Lemmings_mechanics014.txt)
Add more checks when reading data files from /lemmings folder (end of file, buffer overflows, length of section as long as expected, ...). If some files are corrupt, don't import...
When the user holds down a specific key, the game should run backwards. When the key is released, game plays forward again, enabling the user to correct mistakes. If combined...
It would be fantastic to enable a ZOOM feature. I am not sure how it could be implemented without getting too complicated. Something like: - Holding UP on keypad and...
Save and play playbacks. May be saved for every level and -> best time solution -> most lemmings saved solution -> least skills used solution -> triggered by user
Save time needed, lemmings saved, and skills used for every level. The following may be saved: Fastest solution: -> time needed -> lemmings saved -> number of skills used Most...