Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmejoeeey authored Feb 27, 2023
1 parent a874844 commit 379b471
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
<img src="misc/cryptlooter_logo.png" width="400">
<img src="misc/cryptlooter_logo.png">

# Crypt Looter

> Developed in 2019 as a college software project with @minpin04
<br>

“Laurel Kraft stars in Crypt Looter as a hero ready to seek out the lost treasures underneath Japan. Featuring thrilling gameplay, this game challenges the player to skillfully slay enemies and sidestep traps to make it to the long-lost treasure.”

**Genre:** Action-adventure, RPG, platformer

# Brief
- Has to appeal to children aged twelve and up
- Must contain many standard game features - such as a leaderboard, multiple enemies, and a boss.
- Game must be rendered with only the Swing UI library

# Getting started

> See [Releases](https://github.com/itsmejoeeey/crypt-looter/releases) for a pre-compiled binary
## Prerequisites
This application was made to be compiled with OpenJDK 8. We use ANT build files to make compiling the source easier.

Expand All @@ -21,14 +34,14 @@ ant
### To run
Ensure you follow the build instructions above prior then execute:
```
java -classpath out/production/2019-Java-Group5 crypt_looter.Main
java -classpath out/production/crypt-looter crypt_looter.Main
```

### To create and run a jar
Ensure you follow the build instructions above prior then execute:
```
# Create the jar
jar cmf out/production/2019-Java-Group5/MANIFEST.MF CryptLooter.jar -C out/production/2019-Java-Group5 *
jar cmf out/production/crypt-looter/MANIFEST.MF CryptLooter.jar -C out/production/crypt-looter *
# Execute the jar
java -jar ./CryptLooter.jar
```
Expand Down

0 comments on commit 379b471

Please sign in to comment.