courselab / snaskii22

Programming exercise based on snaskii (class of 2022)
GNU General Public License v3.0
8 stars 11 forks source link

Modularizing game loop methods #104

Closed rzimmerdev closed 1 year ago

rzimmerdev commented 1 year ago

Modularized the physics tick functionalities into the "tick_step" method. Modularized the game loop rendering functionalities into the "render" method.