Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonsejse/dikugames


https://github.com/simonsejse/dikugames

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## ๐Ÿ—๏ธ Building project
Its important to build the project (step 2) as it is needed for loading the assets correctly in the game.

1. Clone the project

`git clone https://github.com/DIKUGroup6/DIKUGames.git`

2. Build the projects (Very important or else the assets isn't included)

`dotnet build`

3. Run dotnet

`dotnet run`

## ๐Ÿงช Testing the project
At DIKU Group 6, we take testing seriously and make sure to run automated tests for every pull request merge on branches starting with the prefix "test/".

This allows us to keep track of our progress and ensure that the code is functioning correctly. You can view the latest test results on our [website](https://dikugroup6.github.io/) which is an automated process using GitHub Actions.

We also use continuous integration through GitHub Actions to automatically run code coverage tests and update the website whenever someone makes a pull request with the test prefix.

Website: https://simonsejse.github.io/dikugroup6.github.io