makeopensource / Classic-RPG

A classic role-playing game with an engine.
GNU General Public License v3.0
7 stars 19 forks source link

[Feature Request] Core Game Loop #63

Closed russella26 closed 2 years ago

russella26 commented 2 years ago

Create an update function that can update the game state, and a loop that allows the player to move within the game.

russella26 commented 2 years ago

@jakesavi feel free to edit the description to better reflect your implementation

jakesavi commented 2 years ago

Better improved default constructors for all mobiles. Now an update function for every entity needs to be executed.

jakesavi commented 2 years ago

Better improved default constructors for all mobiles. Now an update function for every entity needs to be executed.

See the TODO in the update function.