From 129ad6e1b537e02fb5df979e60a9b40cb156edfd Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Tue, 5 Dec 2023 15:52:21 +0000 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 120adb8..1abeb15 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,21 @@ Grade 11 Final Project + + [![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/castles-and-wizards/tags&query=$[0].name)](https://git.zakscode.com/ztimson/castles-and-wizards/tags) + [![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/castles-and-wizards&query=open_pr_counter)](https://git.zakscode.com/ztimson/castles-and-wizards/pulls) + [![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/castles-and-wizards&query=open_issues_count)](https://git.zakscode.com/ztimson/castles-and-wizards/issues) + + + + --- +
+ Release Notes + • Report a Bug + • Request a Feature +
+ + --- ## Table of Contents @@ -19,6 +34,7 @@ - [Controls](#controls) - [Built With](#built-with) - [Setup](#setup) + - [Production](#production) - [Development](#development) - [License](#license) @@ -41,6 +57,22 @@ The game comes with a basic map editor to aid in building maps quickly. Maps are ## Setup +
+ +

+ Production +

+
+ +#### Prerequisites +- [Java JDK](https://www.oracle.com/java/technologies/downloads/) + +#### Instructions +1. Download the latest [release](https://git.zakscode.com/fhsons/castles-and-wizards/releases/) +2. Run `src/StartUp.java` + +
+