IlluminatiNX Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
|title=IlluminatiNX | |title=IlluminatiNX | ||
|image=Switch-logo.png | |image=Switch-logo.png | ||
|description= | |description=A sample homebrew coded in C that prints pyramids with * * *. | ||
|author=Dontwait00 | |author=Dontwait00 | ||
|lastupdated=2018/09/08 | |lastupdated=2018/09/08 | ||
Latest revision as of 07:22, 12 April 2023
| IlluminatiNX | |
|---|---|
| General | |
| Author | Dontwait00 |
| Type | Other Apps |
| Version | 1 |
| License | Mixed |
| Last Updated | 2018/09/08 |
| Links | |
| Download | |
| Website | |
A sample homebrew that prints pyramids with * * * with a maximum of 40 rows which they are generated by using rand() code.
Controls
B - Prints another pyramid
A - Resets values and stuff
Changelog
v1.0.0
- Initial release.