Prp is an interactive command-line study guide designed to help prepare for the AP Computer Science A exam.
-
Download install-unix.sh from the releases page.
-
Make the script executable and run it.
chmod +x install-unix.sh
./install-unix.sh
-
Download install-win.bat from the releases page.
-
Double-click install-win.bat to run the script.
- Java 8 or higher installed on your system
-
Download the latest release JAR file from the releases page
-
Make the JAR executable (Unix-based systems only)
chmod +x Prp.jar
-
Run the program
java -jar Prp.jar
This project is licensed under the MIT License - see the LICENSE file for details.