Skip to content

Implementation of Sudoku for the lecture Software Engineering at HTWG Konstanz.

Notifications You must be signed in to change notification settings

markoboger/de.htwg.se.sudoku2

Repository files navigation

Sudoku

This project is an implementation of the Sudoku game for the lecture Software Engineering at the University of Applied Science Konstanz, Germany.

Main goal of the application is to demonstrate the development of a software project in an agile development methodology.

It shows

  • version control with git
  • test driven development
  • layered architecture
  • metrics with sonar
  • continuous integration with maven and jenkins
  • patterns
  • components and interfaces

The initial user interface is a console-based text UI. Its purpose is to be able to interact with the application as early as possible. The Tui is built in a way so that it continues to run in parallel with a GUI or WUI.

About

Implementation of Sudoku for the lecture Software Engineering at HTWG Konstanz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages