[go: up one dir, main page]

Skip to main content

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

qualitytape

3
Posts
A member registered 88 days ago

Recent community posts

please make a linux port I need it nnnoooowwwww plleeaaasseee I needk tv gateme

Yes you do have to use the limitations. The whole computer internals stuff are things you have to adapt your game to, since those are the limitations. (Like how people developing for the NES can only use 4 colors per sprite and must use a very limited sound chip) Hope this helps you understand at least a little bit.

Yes! Any game engine is fine. The main limitations are the sound chip (sixteen sample channels and eight 4op fm) and the screen size (320 x 240).  There is no strict color palette so you can do whatever there however it is 16 bit RGBA (if you don't know what that means it doesn't really matter, the limitations are a loose guide anyways) and each sprite can have 4 or 16 colors.