1
Fork 0
mirror of https://github.com/Steffo99/gravity-fusion.git synced 2024-10-16 07:17:29 +00:00

Improve README

This commit is contained in:
Steffo 2024-09-09 17:57:08 +02:00
parent 5fad8e9c7e
commit a363e18454
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 22 additions and 28 deletions

17
NOTICE.md Normal file
View file

@ -0,0 +1,17 @@
# Copyright notices
## [greggman/hsva-unity](https://github.com/greggman/hsva-unity)
MIT License
Copyright 2015, Gregg Tavares. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of Gregg Tavares. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View file

@ -1,6 +1,6 @@
<div align="center"> <div align="center">
![](.media/icon-128x128_round) ![](.media/icon-128x128_round.png)
# Gravity Fusion # Gravity Fusion
@ -8,16 +8,11 @@ _A colorful incremental game_
</div> </div>
## Ludum Dare 45: Jam Entry ## Links
[![](https://img.shields.io/badge/overall-3.8-yellowgreen) [![Ludum Dare 45 Jam](https://img.shields.io/badge/ludum_dare_45-jam-%23ee5533)](https://ldjam.com/events/ludum-dare/45/gravity-fusion)
![](https://img.shields.io/badge/fun-3.6-yellowgreen)
![](https://img.shields.io/badge/innovation-3.1-yellowgreen) [![Published on Itch.io](https://img.shields.io/badge/itch.io-published-%2390ce59)](https://steffo.itch.io/gravity-fusion)
![](https://img.shields.io/badge/theme-3.7-yellowgreen)
![](https://img.shields.io/badge/graphics-3.6-yellowgreen)
![](https://img.shields.io/badge/audio-3.4-yellowgreen)
![](https://img.shields.io/badge/humor-3.0-yellowgreen)
![](https://img.shields.io/badge/mood-3.8-yellowgreen)](https://ldjam.com/events/ludum-dare/45/gravity-fusion)
## About ## About
@ -53,21 +48,3 @@ However, if you let your Black Hole grow, you may be able to buy some upgrades f
![](/Assets/Media/screenshot2.png) ![](/Assets/Media/screenshot2.png)
![](/Assets/Media/screenshot3.png) ![](/Assets/Media/screenshot3.png)
## Licensing info
### [greggman/hsva-unity](https://github.com/greggman/hsva-unity)
MIT License
Copyright 2015, Gregg Tavares. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of Gregg Tavares. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.