Visibility Jam. July 19-21, 2024. See the results.
Gabriel's Avatar
Gabriel
Bedroom coder and game designer.
Member since

Recent Activity

It works!!! It compiles something!!!

View original message on Discord

!til &learning-jam my post is done! now i may need to translate it

View original message on Discord

!til I'm writing a tutorial on my blog in portuguese but I plan to translate it to english later

View original message on Discord

!til &learning-jam I wrote a simple 6507 emulator. It only initializes and does not execute any opcode. The idea is to make a progressive emulator while making the markdown explanation.

View original message on Discord

!til &learning-jam there is no difference between opcodes and data in the 6507, the only thing that makes a byte an opcode is the initialization. When the CPU initializes it already expects an opcode, so the first byte will be an opcode, that makes the code valid. there is always an origin point

View original message on Discord

!til &learning-jam Today I bought a MOS 6507, so I'll make it my study subject for this jam!

View original message on Discord

Finally I am commiting to making something with SDL2 + C. I've decided to make a sokoban game

View original message on Discord

Made the PPM reader work better, now the colors are not messed up.
Also, I am using XInput for getting controller input.

Making a game in SDL! I am using a pixel buffer to write everything on and that's what I've done until now

View original message on Discord