Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I went with simple turn-based games to avoid running into performance issues, but one thing people mention a lot is that Sinclair Basic keeps lines of code in a linked list, which it rescans from the start every time you do a goto or gosub. So often-used jump destinations should be near the top of the code. Of course, that means kissing code organization bye-bye...