Skip to main content

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

If you want to write your game in binary, the best way would be to go for an old emulation platform with assembly ;).

You can take a look at Atari 2600. Here you'll find the programmer's guide.

https://www.atarihq.com/danb/files/stella.pdf

Each command is a processor message which is directly linked to a binary instruction ;).

I was joking xD It would take me weeks to create something in binary