From 2afbde3d01cd6778be31a08c55cadc4295fe26a0 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 22 Mar 2023 20:33:07 +0100 Subject: [PATCH] :memo: migrate to git.tjdev.de --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eac47c..b588028 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # BlueJ-Tac-Toe -[![GitHub release](https://img.shields.io/badge/release-v1.0.2-orange)](https://github.com/DrMaxNix/bluejtactoe) -[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/DrMaxNix/bluejtactoe/blob/main/LICENSE) +[![Release](https://img.shields.io/badge/release-v1.0.2-orange)](https://git.tjdev.de/DrMaxNix/bluejtactoe/releases/tag/v1.0.2) +[![License](https://img.shields.io/badge/license-MIT-green)](https://git.tjdev.de/DrMaxNix/bluejtactoe/src/branch/main/LICENSE) [![Maintaner](https://img.shields.io/badge/maintainer-DrMaxNix-blue)](https://www.drmaxnix.de) BlueJ-Tac-Toe is a java implementation of Tic-tac-toe with BlueJ. This was a school project where we had to program a game of our choice in one week using BlueJ, so it's not the best piece of code but maybe it can help you out.. :) ## Installation - [Install BlueJ](https://bluej.org/) -- Download the files -- Unpack them (don't forget this step, otherwise BlueJ won't be able to open the rest of the files!) +- [Download the files](https://git.tjdev.de/DrMaxNix/bluejtactoe/releases/tag/v1.0.2) +- **Unpack them** (don't forget this step, otherwise BlueJ won't be able to open the rest of the files!) ## Compiling - Open src/package.bluej with BlueJ