From 74c1b8c7bfb7f4365283917030fd940bcb25fe4a Mon Sep 17 00:00:00 2001 From: Rapiz1 Date: Sat, 21 Nov 2020 21:29:26 +0800 Subject: [PATCH] doc: update links and put download section forward --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index cecbdc3..6f94cc0 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,27 @@ >My piece of work from C assignment. Hope you like it :) *I work on the small project on my own so the code lacks of comments.* + +## Download + +[Windows(64bit)](https://github.com/Rapiz1/DungeonRush/releases/download/v1.1-beta/DungeonRush-v1.1-beta-Windows-x86_64.zip) + +[Windows(32bit)](https://github.com/Rapiz1/DungeonRush/releases/download/v1.1-beta/DungeonRush-v1.1-beta-Windows-i686.zip) + +[Linux](https://github.com/Rapiz1/DungeonRush/releases/download/v1.1-beta/DungeonRush-v1.1-beta-linux.zip) + +AppImage for Linux is also available in release page. + +*The game supports macOS but I don't have an Mac to compile for it.* + +The executable is called `dungeon_rush` + ## Release Note ### v1.1-beta - Fix bugs -### v1.0-beta +### v1.1-beta - Fix bugs - Add Multiplayer / LAN mode @@ -50,21 +65,6 @@ There's a possibility that the attack from one with weapon triggers certain Buff For sure, some kinds of monsters have weapons that can put a DeBuff on you! *(Like the troublesome muddy monsters can slow down your movement.)* - -## Download - -[Windows(64bit)](https://github.com/Rapiz1/DungeonRush/releases/download/v1.0-beta/DungeonRush-v1.0-beta-Windows-x86_64.zip) - -[Windows(32bit)](https://github.com/Rapiz1/DungeonRush/releases/download/v1.0-beta/DungeonRush-v1.0-beta-Windows-i686.zip) - -[Linux](https://github.com/Rapiz1/DungeonRush/releases/download/v1.0-beta/DungeonRush-v1.0-beta-linux.zip) - -AppImage for Linux is also available in release page. - -*The game supports macOS but I don't have an Mac to compile for it.* - -The executable is called `dungeon_rush` - ## Dependencies The project requires no more than common SDL2 libraries. `SDL2, SDL2-image, SDL2-mixer, SDL2-net, SDL2-ttf`