Added readme and another screenshot

master
Some guy named Michael 11 months ago
parent 0d17493028
commit ffd6a8f649

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

@ -0,0 +1,22 @@
# Welcome to Random Java Funtimes!
This repository contains random projects I've done in the past, written in Java! This was the first "real" programming language I was taught so I was keen to have as much fun as I could and write code to do all kinds of neat things.
Below is a rough list of when the projects were last worked on (at least as close as Windows' last edit times can get) and a brief explanation of what they do.
This code should all work (I've tested a few to get screenshots) but straight out of the repo might need some extra config. I'm not packaging libraries or getting into any huge detail, this is just to record the projects I've done in the past.
## Onto the projects!
### Color Chat Alternator - 2014-06-09
I wrote this to try and ease the effort of having fun on a Minecraft server I played on at the time. We had bukkit and the essentials chat plugins so we got to play with colored chat by prefixing the messages with an ampersand and then a hexadecimal color code. These are the standard colors available in the game if you just use the section sign instead in books and through command blocks, but the plugin made it available to everyone!
The interface looks like very rudimentary, and when resized everything just gets B I G, but it worked!
![picture](https://git.dismyserver.net/WhatTheMike/RandomJavaFuntimes/raw/branch/master/ColorChatAlternator/ColorChatAlternator-Screenshot.png)
And the chat coloring would look like this:
![picture](https://git.dismyserver.net/WhatTheMike/RandomJavaFuntimes/raw/branch/master/ColorChatAlternator/ColorChatExample.png)
Loading…
Cancel
Save