aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Align GIFs to the centerMiquel Sabaté Solà2025-03-101-2/+6
* Expand some comments on sprite.sMiquel Sabaté Solà2025-03-101-13/+28
* Provide an example on multiscreen scrollingMiquel Sabaté Solà2025-03-1019-131/+1947
* Bring code style to better standardsMiquel Sabaté Solà2025-03-1016-196/+206
* shared: Add utilities for clearing screensMiquel Sabaté Solà2025-03-074-0/+50
* Add an editorconfig fileMiquel Sabaté Solà2025-02-051-0/+8
* Ensure background/sprite tiles are spread properlyMiquel Sabaté Solà2025-02-045-27/+50
* scroll: Implement a roulette-like gameMiquel Sabaté Solà2025-02-0412-39/+580
* fx: Provide an example of PPU bank switchingMiquel Sabaté Solà2025-02-048-6/+531
* Add a note about nasmMiquel Sabaté Solà2025-02-041-3/+6
* Move macros globallyMiquel Sabaté Solà2025-02-041-22/+22
* Don't leave segments emptyMiquel Sabaté Solà2025-02-042-0/+20
* Use custom configurations everywhereMiquel Sabaté Solà2025-02-049-44/+100
* Clean up the Makefile outputMiquel Sabaté Solà2025-02-043-32/+30
* Vastly improve the documentationMiquel Sabaté Solà2025-02-0410-83/+184
* Add a way to safely read from controllersMiquel Sabaté Solà2025-02-044-104/+74
* basics: Add a flickering exampleMiquel Sabaté Solà2025-02-044-4/+435
* Move assets into a global directoryMiquel Sabaté Solà2025-02-049-189/+3
* basics: Add an example on CHR-RAMMiquel Sabaté Solà2025-02-047-9/+321
* scroll: Start with the scrolling examplesMiquel Sabaté Solà2025-02-0412-14/+471
* space: Improve comments and documentationMiquel Sabaté Solà2025-02-044-6/+22
* Make READMEs more clear for absolute beginnersMiquel Sabaté Solà2025-02-042-2/+11
* space: Simplify the code and its goalsMiquel Sabaté Solà2025-02-048-152/+335
* basics: Add an example on UNROMMiquel Sabaté Solà2025-02-046-1/+256
* basics: Improve documentationMiquel Sabaté Solà2025-02-043-9/+23
* basics: Add an example on persisting dataMiquel Sabaté Solà2025-02-043-3/+166
* Lay out a proper structure for the projectMiquel Sabaté Solà2025-02-0423-39/+847
* Add a sprite exampleMiquel Sabaté Solà2025-02-048-104/+654
* Initial commitMiquel Sabaté Solà2025-02-049-0/+978