Update README.md

This commit is contained in:
Zakary Timson 2023-12-05 15:52:21 +00:00
parent bb2da387e8
commit 129ad6e1b5

View File

@ -11,6 +11,21 @@
<!-- Description --> <!-- Description -->
Grade 11 Final Project Grade 11 Final Project
<!-- Repo badges -->
[![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)
<!-- Links -->
---
<div>
<a href="https://git.zakscode.com/ztimson/castles-and-wizards/releases" target="_blank">Release Notes</a>
<a href="https://git.zakscode.com/ztimson/castles-and-wizards/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
<a href="https://git.zakscode.com/ztimson/castles-and-wizards/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
</div>
---
</div> </div>
## Table of Contents ## Table of Contents
@ -19,6 +34,7 @@
- [Controls](#controls) - [Controls](#controls)
- [Built With](#built-with) - [Built With](#built-with)
- [Setup](#setup) - [Setup](#setup)
- [Production](#production)
- [Development](#development) - [Development](#development)
- [License](#license) - [License](#license)
@ -41,6 +57,22 @@ The game comes with a basic map editor to aid in building maps quickly. Maps are
## Setup ## Setup
<details>
<summary>
<h3 id="produciton" style="display: inline">
Production
</h3>
</summary>
#### 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`
</details>
<details> <details>
<summary> <summary>
<h3 id="development" style="display: inline"> <h3 id="development" style="display: inline">