-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added links to JavaDoc and SonarCloud report.
- Loading branch information
1 parent
7effdf8
commit 6bb5e90
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# UQ Game Engine | ||
|
||
## Description | ||
|
||
This game engine was developed to support studio-based project courses at the [University of Queensland](https://uq.edu.au/ "UQ Home Page"). It provides a fun environment in which students can develop a real game over the duration of the semester. It is based on the [libGDX](https://libgdx.com/ "libGDX Information") framework and is developed in Java. | ||
|
||
You are welcome to use the game engine for your own purposes. It is released under the [MIT license](https://opensource.org/licenses/MIT "MIT License Description"). Acknowledgment of the source of the game engine is required. | ||
|
||
## Documentation and Reports | ||
|
||
- [JavaDoc](https://uqdeco2800.github.io/game-engine/) | ||
- [SonarCloud](https://sonarcloud.io/project/overview?id=UQdeco2800_game-engine) |