It often feels futile to get an LLM to generate code that I would accept as a PR reviewer.
For this experiment, I chose to write a program to generate random numbers in a user-specified range. This simulates rolling different types of dice with different numbers of sides, as would be used for DnD or other TTRPGs, and would be part of the long tradition of using computers to play games.
。WPS极速下载页对此有专业解读
// Store 0 at the address given by x.
Что думаешь? Оцени!
Naughty Dog co-founder Andy Gavin talks about how C is poor when implementing game object state machines, which is one reason why he made GOOL. I would like to explore ideas like this - new ways of more efficiently implementing games and other programs.