Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 547 Bytes

File metadata and controls

15 lines (10 loc) · 547 Bytes

Rune Generator

A simple program that generates 5x7px magic runes for use in games projects (or other stuff, I guess)

Example output

No idea how to finagle gradle into giving me a jar that actually is able to be run, so build it yourself or whatever

How to build/run

  1. Make sure you have java installed
  2. run $ ./gradlew build and $ ./gradlew run
  3. enjoy

Credits

Based on a project by watabou