notSam25 / jRogueClone

A rogue clone written in Java for an APCS course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JRogueClone

Rogue is a terminal-based dungeon crawling adventure developed at U.C Berkley in the 80s where the player fights through endless hords monsters, collects terrifying weapons, and a wide variety of weapons. JRogueClone hopes to deliver the same amount of fun or more that users in the 80s experienced to players today. Join WhatIsBooleanStudios as we embark on yet another adventure.

This project was created and coded by @notSam25(Samuel Wiseman) and @theVerySharpFlat(Aiden Lambert), for the purpose of a AP Computer Science course project. This project will also not be reciving any updates to the code, it will be archived.

Compiling

Component Version
Gradle 7.3
Java 17.03

A build script has been added for easy compilation, to run execute the "buildAndRun.sh" script in the project files. To make "buildAndRun.sh" script executable use the following commands in a terminal:

chmod +x buildAndRun.sh
./buildAndRun.sh

Controlls

All controlls and information about the game are documented in the MANUAL.md

Media

Start Screen

  • plot

Game

  • plot

Inventory

  • plot

About

A rogue clone written in Java for an APCS course.

License:MIT License


Languages

Language:Java 99.9%Language:Shell 0.1%