Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Your chess works correctly, except for the cases specified in the description of the game. When I saw the brief description, I first wondered how playing chess would help me master the "Model-View-Controller"? It was only after a while that I realized that the exercise was development and not the process of playing the game:)

(+1)

Haha yeah, I was trying to learn how to separate the state (data) of the game from the visual representation of it. This lets me run simulations on pure data (for AI, etc.), or maybe swap out the front end if I wanted to use a different renderer. Thanks for checking it out!