All Questions
Tagged with source-code software-engineering
1 question
1
vote
0
answers
57
views
Common Methods to Restrict User Movement and Prevent Other Objects from Acting in Games
I am a web and mobile app programmer. Compared to web and mobile app source code, I haven't seen much game programming source code.
In web applications, all elements are essentially static (?), and ...