Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.47 KB

SpaceWars

This is a repository for a java-based video game called Space Wars I made in Highschool.

Requirements

Java 8/"1.8" or higher.

How to Run

A .jar file is provided to run the program called "SpaceWars.jar". If the .jar file
does not run on your machine, you can compile the code yourself via the source code
located in the SourceCode folder. Game.java is the main file within the source code 
of this program.

A Brief Description

Upon running, this program displays a 960 x 1280 menu screen to the user, with three
buttons: Play, Instructions, and Exit, as well as a "Space Wars" title at the top of the
screen. Pressing the exit button will close the program, the instructions button will
display the game instructions and controls to the player, and pressing the play button
will start the game. Please look to the SpaceWarsManual.pdf manual to further 
familiarize yourself with the game.

Structure

"Graphics" Folder

Contains the .png graphics used in this video game.

"Sound" Folder

Contains the .wav sound effects used in this video game.

"SourceCode" Folder

Contains the source code of this video game

"WorkLog" Folder

Contains the work logs for this video game, completed over a one week period.

"README.md"

This current file.

"SpaceWars.jar"

The .jar program that can be run by the user by double clicking it.

"SpaceWarsManual.pdf"

The pdf manual for this video game.