Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Great sokoban. Thanks for sharing the source code. One recommendation instead of loading the levels through a BYTE array, would it be possible to do it through txt? This way levels could be added more easily.

loading txt was my first choice, but I ran into problems when dealing with "long" strings in C64. Maybe there's a solution, but sadly I did not find it