Skip to content

A simple tic tac toe app, to illustrate the use of MVC, MVP, and MVVM architectures to organize the application.

Notifications You must be signed in to change notification settings

ericmaxwell2003/ticTacToe

This branch is 5 commits ahead of, 7 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e42d4f7 · Jan 20, 2017

History

8 Commits
Jan 20, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017
Jan 19, 2017

Repository files navigation

ticTacToe

A simple tic tac toe app, to illustrate the use of MVC, MVP, and MVVM architectures to organize the application.

The master branch contains just the model - The brains & state of the tic tac toe game.

Other branches contain the model, plus a User Interface following:

  • mvc - Is an example of using Model View Controller to model the UI / Model Interaction.
  • mvp - Example of Model View Presenter
  • mvvm - Example of Model View ViewModel with Databinding

About

A simple tic tac toe app, to illustrate the use of MVC, MVP, and MVVM architectures to organize the application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages