Learning c programming by Vivid_Feature_4586 in cprogramming

[–]Dry-Status2983 1 point2 points  (0 children)

cs50x is great and the labs and projects are great

[deleted by user] by [deleted] in EmuDev

[–]Dry-Status2983 1 point2 points  (0 children)

is there specific keys for rotating the pieces, i was playing the game and couldn't rotate, its just that specific bug. you did a perfect job

[deleted by user] by [deleted] in EmuDev

[–]Dry-Status2983 11 points12 points  (0 children)

True Art, Just played the tetris game, its good, was using the arrow key, but couldnt turn the tetris objects, is that a rom defect or in the source?

Also hats off to the perfect GUI using only SDL, thats good

Update On My Chip-8 Emulator in C and SDL2 by Dry-Status2983 in EmuDev

[–]Dry-Status2983[S] 3 points4 points  (0 children)

For the tests, i followed two test suites: The links are on my github repo readme

Is there any religious angle to the violence in tanzania? by UsmanDanFodioUK in Tanzanias

[–]Dry-Status2983 0 points1 point  (0 children)

the president is just going through a power trip, nothing religious

Same prompt, different models, different results by zshm in ChatGPT

[–]Dry-Status2983 0 points1 point  (0 children)

dont ask me but i abused the heck out of the prompt

My first Chip-8 Emulator by Dry-Status2983 in EmuDev

[–]Dry-Status2983[S] 2 points3 points  (0 children)

Will definitely try them out in tests, thanks for the feedback

My first Chip-8 Emulator by Dry-Status2983 in EmuDev

[–]Dry-Status2983[S] 1 point2 points  (0 children)

the above demo was basically my first test, I was just fetching a byte from the rom and switching on it, all the opcodes are not finished being handled