soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Implement a view model #5

Closed soulweaver91 closed 8 years ago

soulweaver91 commented 9 years ago

Currently, from the technical standpoint, the game window is designed in a way that splitscreen multiplayer is not possible. Add a view model layer and move some player-specific data, like score, from the game view code to the player code both as a variable and as a piece of drawing code.