Skip to content

CodeCreator3/Voxel-Vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

3D Game Project

Overview

This project is a 3-dimensional game built in Java. It includes a game engine, graphics rendering, input handling, and utility functions for mathematical operations.

Project Structure

3d-game
├── src
│   ├── Main.java
│   ├── engine
│   │   └── Engine.java
│   ├── graphics
│   │   └── Renderer.java
│   ├── input
│   │   └── InputHandler.java
│   ├── objects
│   │   └── GameObject.java
│   └── utils
│       └── MathUtils.java
├── README.md

Setup Instructions

  1. Ensure you have Java Development Kit (JDK) installed on your machine.
  2. Clone the repository or download the project files.
  3. Navigate to the project directory in your terminal.
  4. Compile the source files using the command:
    javac src/*.java src/engine/*.java src/graphics/*.java src/input/*.java src/objects/*.java src/utils/*.java
    
  5. Run the game using the command:
    java src/Main
    

Game Features

  • A fully functional game engine that manages the game loop.
  • Graphics rendering capabilities to display 3D objects.
  • Input handling for user interactions.
  • Utility functions for mathematical operations to facilitate game mechanics.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes. Make sure to follow the coding standards and include relevant documentation for any new features or changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages