Skip to content

sicKitchen/Sudoku-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

An iOS app that allows the user to fill in Sudoku puzzles. The puzzle is created with a custom view that uses Core Graphics for rendering and responds to “finger taps.” Uses a hierarchy of views with layouts tailored for both portrait and landscape device orientations.

Authors / Contact

Spencer Kitchen

Description

Sudoku lets you solve sudoku problems!

Features include

  • Universal Layout - Layout will adapt to the device the player is using

  • Pencil Mode - Lets the player track guesses for the square

How to build and run

Explain to build and run the target program(s).

As of now, app must be ran through iOS simulator provided through xcode.

  1. Clone tenKey repo from : git@gitlab.encs.vancouver.wsu.edu:ssmiler/Sudoku.git

  2. Open in Xcode by double clicking: Sudoku.xcodeproj

  3. Select preferred targeted iOS emulator by the drop down menu on the top of the screen by the run button.

  4. Click the run button to launch app on iOS emulator. (Looks like a play button on top of screen)

Archive

Sudoku
  ├── Sudoku
  │      ├── SudokuPuzzle.swift         : Contains model of Sudoku puzzle
  │      ├── ViewController.swift       : View Controller
  │      ├── PuzzleView.swift           : View controller for puzzle view
  │      ├── buttonExtention.swift      : Adds features to buttons in IB
  │      ├── hard.plist                 : Holds hard sudoku puzzles
  │      ├── simple.plist               : Holds easy Sudoku puzzles
  │      ├── sudokuAppTitle.png         : splash screen text
  │      └── Assets.xcassets            : Holds app icons
  │          └── AppIcon.appiconset
  │              ├── Contents.json
  │              ├── Icon-App-20x20@1x.png
  │              ├── Icon-App-20x20@2x-1.png
  │              ├── Icon-App-20x20@2x.png
  │              ├── Icon-App-20x20@3x.png
  │              ├── Icon-App-29x29@1x.png
  │              ├── Icon-App-29x29@2x-1.png
  │              ├── Icon-App-29x29@2x.png
  │              ├── Icon-App-29x29@3x.png
  │              ├── Icon-App-40x40@1x.png
  │              ├── Icon-App-40x40@2x-1.png
  │              ├── Icon-App-40x40@2x.png
  │              ├── Icon-App-40x40@3x.png
  │              ├── Icon-App-60x60@2x.png
  │              ├── Icon-App-60x60@3x.png
  │              ├── Icon-App-76x76@1x.png
  │              ├── Icon-App-76x76@2x.png
  │              └── Icon-App-83.5x83.5@2x.png
  │
  ├── README.md                         : ReadMe for sudoku project
  └── rsc                               : ReadMe resources

Assets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages