Skip to content

A fun side-scroller about overcoming loneliness caused by social media.

Notifications You must be signed in to change notification settings

Jwiggiff/Friend-Racer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Friend Racer

Friend Racer is a fun side-scroller style game. Somewhat similar to Geometry Dash, your character is running through a world filled with various spikes, platforms, and blades to jump over. The concept of the game is to overcome loneliness caused by social media. You can play as either Joe or Jane as the two main characters.

Getting Started

WARNING: Compiling the source code using the method below DOES NOT work currently.

There are two options to be able to run this game yourself. You can either download the already built JAR file from the Releases Section, or you can compile and run the source code yourself by following the instructions below.

Prerequisites

  • JDK 1.8 or higher
  • JDK in PATH environment variable

Downloading

You can download the source code for our project by clicking "Clone or Download" and then choose "Download ZIP". Once downloaded, extract the ZIP file.

Compiling

Open a Command Prompt and change into the extracted directory using the command below.

$ cd /path/to/extracted/folder/src/

Then run the following command to compile all of the source files.

$ javac Main/*.java

Lastly, run the following command to run the game.

$ java Main.Main

Authors

  • Om Patel - Project Manager - GitHub
  • Josh Friedman - Project Member - GitHub

About

A fun side-scroller about overcoming loneliness caused by social media.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published