Skip to content

michaelcw02/Sudoku

Repository files navigation

Sudoku

Project of Programming Paradigms course - 2017

To develop a Sudoku game having the following specifications:

  • Use of Functional Programming at 100%
  • SPA using MEAN (MongoDB, Express, Angular 4, NodeJS)
  • RESTful API
  • Have an algorithm to solve the Sudoku game

Optional:

  • TDD (Test Driven Development)
  • Deployed in Heroku

Developers:

Andrey Arguedas E. - (AndreyArguedas)

Daniela Armas S. - (danielaas)

Kimberly Olivas D. - (KimberlyOlivas)

Michael Chen W. - (michaelcw02)

Proffesor:

Carlos Loría Sáenz - (CarlosLoriaSaenz)

Coding Guidelines

  • Use of 4 spaces for identations.
  • Use of PascalCasing for Classes.
  • Use of UPPERCASE for Constants.
  • Use of camelCase for Variables.
  • ONLY PULL REQUESTS

How to Set Up

npm install 
npm run build
npm start

Find our game at

alt tag alt tag