elisherer released a level editor for the 3DS title Pyramids. This tool allows you to place any of the game's objects on the five backgrounds and export your level to a QR Code/Card for you to share online. Also check out the card pack, which has a bunch of cool levels included, such as a Space Invaders-themed one.
Summary
A level editor for the Nintendo 3DS (3DSWare) game 'Pyramids'.
Some technical stuff:
The data in the QR Codes generated by the game is compressed using Lempel-Ziv (LZ) version 0x10.
You can search about it in google..
Then the stucture of the data is as follows:
byte MAGIC - always 1 (if you set it to 0 the game won't accept the level) byte Background - This is the background can be 0-4 (if you use >=5 then the game will freeze) 160 bytes Data - (16x10) meaning the actual array of the game ([[TheList|Icons]]) 4 bytes Par Time - (unsigned integer) this is the time needed to get the 3rd star. 4 bytes CRC32 - a !regular CRC32 of the data until this point
Hi...thanks for the publication...I'de rather that people would download the application from google code because I keep count on the downloads count there and update it only there...
Hi elisherer, we link to our own downloads centre for archival purposes. If you really want us to refrain from doing this, we will start linking to your Google code pages from now on. However, we will keep copies of your files, in case the Google code page ever gets taken down for some reason.
Thank you for your understanding, and keep up the good work.