Skip to content

Raziel206/SpaceGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceGame 🚀

SpaceGame is my very first Java-powered space adventure. Build, explore, and pilot your way through the stars in this simple yet fun prototype!


Features (Work in Progress)

  • Basic player-controlled spaceship movement.
  • Enemy or obstacle spawning (if implemented).
  • Score tracking and game over logic.
  • Sound effects and asset support (Asssets folder).

Project Structure

  • src/ – Java source code (game logic, entities, main loop).
  • bin/ – Compiled .class files.
  • Asssets/ – Visuals, sound files, and other game resources.
  • .settings/, .classpath, .project – IDE project configuration (possibly Eclipse).

Getting Started

Prerequisites

  • Java JDK (version 8 or higher recommended).
  • IDE of your choice (Eclipse, IntelliJ IDEA, NetBeans) or just a terminal.

Running the Game

Option 1: In Your IDE

  1. Clone the repo:
    git clone https://github.com/Raziel206/SpaceGame.git
    cd SpaceGame
  2. Compile:
    javac -d bin src/**/*.java
  3. Run:
    java -cp bin com.yourpackage.Main

About

Pretty basic entry level java game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages