Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the code for better abstraction - part 2 #11

Open
kjorg50 opened this issue Mar 21, 2014 · 2 comments
Open

Refactor the code for better abstraction - part 2 #11

kjorg50 opened this issue Mar 21, 2014 · 2 comments

Comments

@kjorg50
Copy link
Contributor

kjorg50 commented Mar 21, 2014

~depends #10

Once you have cleaned up some of the repetitive code, think about how the overall structure could be improved. Games like Tic Tac Toe are often better suited for a Model-View-Controller architecture. Take a look at the code here to see if you could use any of it, or at least model new code in a similar patter. The goal is to abstract the game logic into different classes than the ones that handle the GUI interactions

http://www.cs.ucsb.edu/~pconrad/cs56/12S/labs/lab06/code/

~Estimated 500

@athielk
Copy link
Contributor

athielk commented Sep 29, 2016

F16 OK (600 pts)

@athielk
Copy link
Contributor

athielk commented Oct 6, 2016

A good way to focus on this is to create a text version of the game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants