What makes games responsive to user input?
        Posted  
        
            by 
                zaftcoAgeiha
            
        on Game Development
        
        See other posts from Game Development
        
            or by zaftcoAgeiha
        
        
        
        Published on 2013-11-10T09:53:15Z
        Indexed on 
            2013/11/10
            16:13 UTC
        
        
        Read the original article
        Hit count: 357
        
Many games have been praised for its responsive gameplay, where each user action input correspond to a quick and precise character movement (eg: super meat boy, shank...)
What makes those games responsive? and what prevents other games from achieving the same? How much of it is due to the game framework used to queue mouse/keyboard events and render/update the game and how much is attributed to better coding?
© Game Development or respective owner