Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Apr 7, 2018
1 parent 9ea8696 commit 3a2aaa4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
Binary file added Docs/Screen1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Jazz2.Core/Game/UI/Menu/AboutSection.cs
Expand Up @@ -45,7 +45,7 @@ public override void OnPaint(Canvas canvas)

api.DrawStringShadow(ref charOffset, "Uses parts of Duality - A 2D GameDev Framework released under MIT/X11 license.", pos.X, y,
Alignment.Left, ColorRgba.TransparentBlack, 0.7f, 0.4f, 0.6f, 0.6f, 7f, 0.9f);
api.DrawStringShadow(ref charOffset, "Fedja Adam", pos.X + 25f, y + 16f,
api.DrawStringShadow(ref charOffset, "Fedja Adam & contributors", pos.X + 25f, y + 16f,
Alignment.Left, ColorRgba.TransparentBlack, 0.8f, 0.4f, 0.7f, 0.7f, 7f, 0.9f);

y += 40f;
Expand Down
27 changes: 24 additions & 3 deletions README.md
@@ -1,8 +1,29 @@
# [![Jazz² Resurrection](https://github.com/deathkiller/jazz2/raw/master/Docs/Logo.gif)](https://github.com/deathkiller/jazz2)
Jazz² Resurrection is reimplementation of game ***Jazz Jackrabbit 2*** from year 1998. Supports various versions of the game (Shareware Demo, Holiday Hare '98, The Secret Files and Christmas Chronicles). Also, it partially supports some features of [JJ2+](http://jj2.plus/) extension and MLLE.
<div align="center">
<a href="https://github.com/deathkiller/jazz2"><img src="https://raw.githubusercontent.com/deathkiller/jazz2/master/Docs/Logo.gif" alt="Jazz² Resurrection" title="Jazz² Resurrection"></a>
</div>

<div align="center">
Open-source <strong>Jazz Jackrabbit 2</strong> re-implementation
</div>

<div align="center">
<sub>
Brought to you by <a href="https://github.com/deathkiller">@deathkiller</a>
</sub>
</div>
<hr/>


## Introduction
Jazz² Resurrection is reimplementation of game **Jazz Jackrabbit 2** from year 1998. Supports various versions of the game (Shareware Demo, Holiday Hare '98, The Secret Files and Christmas Chronicles). Also, it partially supports some features of [JJ2+](http://jj2.plus/) extension and MLLE.

Uses parts of [Duality - A 2D GameDev Framework](https://duality.adamslair.net/).

## Preview
<div align="center">
<img src="https://raw.githubusercontent.com/deathkiller/jazz2/master/Docs/Screen1.png" alt="Preview">
</div>


## Dependencies
### Windows
Expand Down Expand Up @@ -101,4 +122,4 @@ Also, you have to remove `/Jazz2/Bin/Debug/Extensions/GL21Backend.core.dll` file


## License
This software is licensed under the [GNU General Public License v3.0](./LICENSE).
This project is licensed under the terms of the [GNU General Public License v3.0](./LICENSE).
File renamed without changes.

0 comments on commit 3a2aaa4

Please sign in to comment.