Skip to content

My junior year's AP-CS final, a game built via the processing graphics library and Java.

Notifications You must be signed in to change notification settings

Keobkeig/project-OutOfThisWorld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 

Repository files navigation

project-OutOfThisWorld

"Out of This World" is an interactive adventure game that takes the player on a journey through space, with the potential of exploring three different planets, each with their own conditions and features that make them unique, in order to find the perfect planet to settle in. The game follows the main character (self-named) as they explore each planet and face various challenges and make crucial decisions that will determine the outcome of their adventure.

Created by Savory Sugar & Sweet Salt Studios (Intia Ibnah & Richie Xue)

Setup

Prerequisites

Before you begin, make sure you have the following installed on your system:

  • Processing: Processing is an open-source programming language and development environment that the visual novel is built with. Make sure to download and install the appropriate version for your operating system.

Download

To download the visual novel, you can use Git to clone the repository. Open your terminal or command prompt and execute the following command:

git clone [email protected]:iibnah/project-OutOfThisWorld.git

This command will create a local copy of the repository on your machine.

Launching the Visual Novel

  1. Open the Processing IDE.
  2. In the Processing IDE, go to File > Open... and navigate to the location where you cloned the repository.
  3. Inside the repository folder, open the OutOfThisWorld.pde file.
  4. Once the file is open, click on the "Play" button in the Processing IDE or press Ctrl + R (or Cmd + R on macOS) to run the visual novel.

Gameplay

The visual novel follows a text-based adventure format, where you will encounter various scenarios and make decisions that affect the outcome of your adventure. The game provides prompts and options for you to choose from.

Use the keyboard to select your choices. Follow the on-screen instructions to progress through the story.

  • spacebar (_) is used for progressing through the pages
  • arrow keys are the inputs for the various minigames throughout the game
  • up-arrow + enter or down-arrow + enter for choice selection

About

My junior year's AP-CS final, a game built via the processing graphics library and Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 100.0%