This Fall Semester 2021 Final Project for Software Eval. and Measurement at Kennesaw State Univserity. This project serves to ultimately provide a framework for a Software Evalutation study on the Continous Integration tool "SonarCloud" and accompanied by a written report.
Explore the Docs »
View Itch.io Page
·
Report Bug
·
Request Feature
This project is a basic NQueens algorithm visualized utilizing the Unity Game Engine. The source project is built more as a framework for which to analyze the Static Analysis tool SonarCloud to evaluate software quality over time.
- Visualized NQueens Algorithm
- Customizable Board of N Size
To get a local copy up and running follow these simple steps.
- Source Control Tool (GitKraken preferred)
- Script Editor (VSCode preferred)
- Windows / Mac OS
- Clone the repo
git clone https://github.com/JohnMurwin/NQueensSimulation.git
- Initialize GitLFS and Verify
git lfs install
- Initialize GitFlow using:
Default (Master) Branch: main Develop Branch: dev Feature Prefix: feature/ Release Prefix: release/ Hotfix Prefix: hotfix/ Version Tag Prefix: v
Follows standard Engine Style usage guidelines.
For examples, please refer to the F7 Style Guide: F7 Style Guide
See the Jira Board for a list of milestones, features, and known issues.
This project utilizes the GitFlow methodology for branch workflows. The basic workflow is as follows:
- Clone the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request using the PR Template.
Public Distribution, John Murwin 2021.
See LICENSE.md
for more information.
John Murwin - @JohnMurwin - john.murwin@gmail.com
Project Website: www.project_title.com
Project Link: https://github.com/JohnMurwin/NQueensSimulation
[build-shield]: https://github.com/JohnMurwin/NQueensSimulation/actions/workflows/Builds.yml/badge.svg[build-url]: https://github.com/JohnMurwin/NQueensSimulation/actions/workflows/Builds.yml