Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonsejse/dikugames
https://github.com/simonsejse/dikugames
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonsejse/dikugames
- Owner: simonsejse
- Created: 2023-02-27T11:26:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T20:36:19.000Z (over 1 year ago)
- Last Synced: 2023-07-23T21:29:28.933Z (over 1 year ago)
- Language: C#
- Size: 1.27 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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