Giter Site home page Giter Site logo

concentration's Introduction

Concentration Xcode/Swift Project

PVRHSD 2019-20: Mrs. Ricca's Advanced Topics in Computer Science Class

Project Details: https://drive.google.com/file/d/1u-b4agSQqKBROU5dTKryHz6nwdqDWS8G/view
Project Walkthrough (Video 1 & 2): https://www.youtube.com/playlist?list=PLPA-ayBrweUzGFmkT_W65z64MoGnKRZMq


Task In Progress:

  • Change game "theme" (color and icons) of the entire project when a button is clicked in the ThemeViewController.

Completed Tasks:

  • Get the Concentration game working as demonstrated in lectures 1 and 2. Type in all the code. Do not copy/paste from anywhere.
  • Add more cards to the game.
  • Add a “New Game” button to your UI which ends the current game in progress and begins a brand new game.
  • Currently the cards in the Model are not randomized (that’s why matching cards end up always in the same place in our UI). Shuffle the cards in Concentration’s init() method.
  • Add a game score label to your UI. Score the game by giving 2 points for every match and penalizing 1 point for every previously seen card that is involved in a mismatch.
  • All new UI you add should be nicely laid out and look good in portrait mode on an iPhone X.

Uncompleted Tasks:

  • Your architecture must make it possible to add a new theme in a single line of code.
  • Tracking the flip count almost certainly does not belong in your Controller in a proper MVC architecture. Fix that.

concentration's People

Contributors

bbuckley612 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.